I am developing a php project.I want to create online apk.How to create a apk file on php file? Example site makeapk
Asked
Active
Viewed 2,337 times
1 Answers
1
You will need to manage your Android project using the Ant and command line tools. Lars Vogel's article is quite useful: Creating Android applications via the command line and Apache Ant
for more reference follow this link

Community
- 1
- 1

Ishan Shah
- 1,665
- 2
- 20
- 42
-
oh my god, what a brilliant answer – Er.KT Jan 05 '16 at 13:01