I have developed an simple android application that says hello. Now i have transferred my whole project into SDCard. while browsing my files on phone using astro file manager i am unable to view my .apk files. How can i install my application in my mobile now. Please help me
I have developed an simple android application that says hello. Now i have transferred
Share
I doubt this is a programming question, but I’ll try to answer it.
To install your application to a device you don’t need to copy all the project files on your phone, you just need the
.apkfile, which is located in thebinfolder of your project. When you’ve copied the.apkfile, you just can click on it in the ASTRO file manager and you’ll be prompted to install the application. That’s it!