2

I am new for Android that's why i'm asking this much of doubts. I Developed one project i want send Apk file to some one else.i want get my APK file from my project please help me.

tequila slammer
  • 2,821
  • 1
  • 18
  • 25
chandra
  • 229
  • 1
  • 2
  • 8

4 Answers4

1

Build -> Build APK. If you want to create a signed APK you should follow other process but i think you will be ok with this. Then Android Studio generate link to your local folder in event log with apk.

Like this:

enter image description here

Paraskevas Ntsounos
  • 1,755
  • 2
  • 18
  • 34
0

Open your project is file explorer then open app folder then open build folder then open output folder then open apk folder...here you will get your apks.
File Explorer-->app-->build-->Output-->apk folder

enter image description here

Saurabh Vardani
  • 1,821
  • 2
  • 18
  • 33
0

For Eclipse.

You can take it from Your Project -> bin folder.

From Android Studio.

You can take it from Your Project -> app -> build -> outputs -> apk -> app-debug.apk

If you want to generate signed APK it will give you option where you want to generate your APK and set your path.

Jay Rathod
  • 11,131
  • 6
  • 34
  • 58
0

Using Android Studio Build -> Generate APK then the output apk build location will appear.

Or

YourProjectName -> app -> build -> outputs -> apk

Laurence Pardz
  • 292
  • 3
  • 8