How to make a apk file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make a apk file?

If I write an app with Java and compile it on a computer, how do I exactly make an app?

10th May 2018, 8:25 AM
Neil
Neil - avatar
2 Answers
10th May 2018, 1:31 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 5
Apk its an extenstion for android packaged apps and if you want create they, you have to download android sdk (and android studio for make it easly) and compile your app... Note that a "normal" java app dont compile on it because you have to follow some rules for make android app... futhermore android sdk is DIFFERENT by jdk
10th May 2018, 8:34 AM
KrOW
KrOW - avatar