Relative Content

Tag Archive for javaandroidjar

Getting the file path in Android Studio from a pure Java-written jar file

I am currently developing two independent projects: an Android project and a pure Java module project. I intend to import the Java module into the Android project as a jar file. I want the jar file to retrieve a specific file path within the Android project on its own when the void test() function is executed without any parameters.