• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

adding java files to an decompressed apk and make a new apk afterward

behnaz94

Lurker
hi everyone,
just for more information i've used ionic framework to write my application and phonegap build to build it. cause of the ionic app structure it's impossible to add java files there. now that i decompressed it i can see java files in android folder. can i now add some extra java files here and build it again e.g. in android studio?
 
You need to create a project in Android Studio. Question is, does the Ionic app file structure conform in any way to how Android Studio wants to see things?
It will be a case of manually picking out the relevant classes from the Ionic structure, and putting them in the right place. Not that easy I would say, to get a working Android Studio project.
You could start by creating a fresh Android Studio project, similar to your Ionic app, and looking to see if there are any common items.
Good luck!
 
Back
Top Bottom