http://stackoverflow.com/questions/16626810/can-android-studio-be-used-to-run-standard-java-projects
35
|
Tested on Android Studio 0.8.6 - 1.0.2
Using this method you can have Java modules and Android modules in the same project and also have the ability to compile and run Java modules as stand alone Java projects.
Now if you click run, this should compile and run your Java module.
My usage case: My Android app relies on some precomputed files to function. These precomputed files are generated by some Java code. Since these two things go hand in hand, it makes the most sense to have both of these modules in the same project.
|
No comments:
Post a Comment