Where can I find the .apk file?

I want to export an APK file so that a friend can try my application that I developed using Eclipse / ADT on my phone. How should I do it? I can’t find a suitable option in the Eclipse export options and did the .apk search on my drive show nothing?

thank

+3
source share
6 answers

Go to the project folder folder.
Enter the folder bin.
You will find there apk.
Send your apk to your friend by mail or USB. Using adb.exe, install the file on your device.

** - If you have successfully created a project.

+1
source

Android → Android →

+5

Export- > Android- > Export Android Application? Eclipse apk.

+4

/

. - >

+1

Android .apk Eclipse ?, Eclipse Indigo, APK bin. APK

If you want the APK to be generated during the build, you need to go to Windows → Settings → Android → Build and uncheck the box “Skip packaging and uninstalling before exporting or launching”, and then restart Eclipse. (loans for @Andy Weinstein that answered it on another question)

+1
source

And I just realized what it was! Still not used for Windows 7! This was at the root of the bin project directory.

0
source

All Articles