Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 657 Bytes

File metadata and controls

10 lines (8 loc) · 657 Bytes

This was created for me to get help with proper JavaFX project structure in Android Studio. See my Stack Overflow question: http://stackoverflow.com/questions/38394868/how-to-deploy-javafx-project-using-android-studio

I've only included the files that I've added or changed, the rest are default.

#Build Instructions

  • Create a blank Android project in Android Studio, add a Java Library module (Detailed instructions here: http://stackoverflow.com/a/26196451/1072869).
  • Pull this repo into your project, or copy the files in (name as necessary).
  • Create the directory foo/build/resources/main, needed (for some reason) for this project to compile.