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,631
  • 1
  • 15
  • 24
chandra
  • 189
  • 1
  • 1
  • 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,713
  • 2
  • 15
  • 32
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,810
  • 2
  • 16
  • 32
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 RJ
  • 10,843
  • 5
  • 33
  • 56
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