- I made my app's interface online
- got it's ".apk" file
- Converted it into source code using the steps mentioned here
Is there a way to get the source code from an APK file? - Now I have a folder containing all the java and xml files
- I tried importing it into android studio but due to gradle build issues which were beyond my understanding, I switched to eclipse to run the project but there are so many errors which I am unable to solve i.e errors in values that are too many.
I NEED this basic interface because I have to complete my project before the end of this month.
Should I stop relying on this apk file for my project or is there any way to continue development with this basic interface. can anyone help?