• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to I install my app I made?

One simple way of doing it:
1) Plug your phone into your pc, and move the APK file to your sd storage.
2) Use a file manager (say, Astro) to "open" the file. The system will suggest to install the app.

or

1) Upload the apk file to your web site, and link to it.
2) Click the link in your web browser. The system will suggest to install the app.

or

1) Use adb to install the file:
adb install [-l] [-r] <file>
push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
:)
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones