-8

I am developing a php project.I want to create online apk.How to create a apk file on php file? Example site makeapk

1 Answers1

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