I made my first android app and it works on the emulator.
But now I want to test it on my phone and I can't find the apk file. Do I have to make it and how do I do that?
I made my first android app and it works on the emulator.
But now I want to test it on my phone and I can't find the apk file. Do I have to make it and how do I do that?
Just check the bin folder of your Project source code folder.
In eclipse right click on your project and in that menu select Android tools->Export signed Application package .
And In that appearing dialog follow the instructions.
followin way to find .apk build file...
You show in Image where it is.
You can find last build apk file in this directory : /projectFolder/bin/yourapp.apk
here yourapp.apk is just an example
OR
you can do something following
1.right-click the project in the Package Explorer
2.select Android Tools > Export Signed Application Package.
3.Then specify the file location for the signed .apk.
check Bin folder in project structure OR attach phone with debugger on & run on phone OR Right click on project & andorid tools -> export sign package