-1

I have a .apk file, and I want to launch it on Android Studio. So when I searched online and found one solution, when I open that file through Android Studio, I get

this

so here where I get stuck, when I hit the run button I get

this


What are the steps to launch apk file ?

Mohammad Zain Abbas
  • 728
  • 1
  • 11
  • 24
casper
  • 35
  • 9

2 Answers2

1

APK is compiled, ready to launch app. What you need, is open is through real device, or emulator:

1) copy file to your device, find it by file manager, install it and run like every other app

2) run emulator, drag and drop *.apk file into it, it will install it, then just run app

thorin86
  • 604
  • 11
  • 26
0

Well, you can use online .apk code extractor tools like this to achieve that you are looking for.

You can see this answer for further details

Mohammad Zain Abbas
  • 728
  • 1
  • 11
  • 24