Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compile android APK from source code

Tags:

java

android

apk

I have a source code of Android app written in Java. I want to make some changes to the code and compile as android app. I have no knowledge on Java Android app.

Is there anyway for me to compile and make it as APK by using any software?

Here is the source:-

like image 298
SSSK Avatar asked Nov 12 '22 23:11

SSSK


1 Answers

If the changes you are planning to make in q2android app are simple enough and you know what you are changing then sur007 has captured all that you need. Else it's a job for someone hands on with Android development.

Another big warning for you: The app is over 4 years old , which means you have to carefully choose API and Sdk Mix/Max versions.. managing version support can be hectic even for seasoned android developers - so be prepared to face backward compatibility and API depreciated issues

All the best!

like image 175
Zakir Avatar answered Nov 15 '22 12:11

Zakir