[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
[jx8fb] Building the project
Steps followed to define the jx8fb application
- Copy the appS8 subfolder of root JX8 android studio project
- rename the copied to folder jx8fb
- edit the settings.gardle file adding , ":jx8fb" at end of the line
- Edit the files inside jx8fb folder changing the text "appS8" with "jx8fb"
- inside folder "s8" do:
- Edit the bat files to build&clean for project jx8fb (copy the commands for appS8 changing actions to apply to jx8fb)
- copy appS8.js as jx8fb.js
- edit jx8fb.js changing appS8 to jx8fb
- copy the folder s8/sources/appS8 as s8/sources/jx8fb
- edit the build files to point to sources appS8 (to do NOT use copies of sources;
we want jx8fb application to evolve in sync with appS8)
- re-build the projects and ensure the image file is created under \JX8\jx8fb\src\main\assets
- Open Android studio
- Sync the JX8 project
Tools -> Android -> Sync Project with Gradle Files