Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is no issue with Paths.get specifically in Android Studio, but it may not be available in older versions of Android. This is because the Paths class was introduced in Java 7, and older versions of Android may not support this version of Java. Therefore, developers should be aware of the minimum API level required for their app to use Paths.get and ensure that users with older devices are not excluded.