开发者

how to run apk file in android

  • First get the Android SDK and unzip it somewhere on your hard drive
  • Add SDK_ROOT to your system varia开发者_Go百科bles pointing to /tools folder under the sdk
  • Run the emulator
  • Copy the apk file to /tools folder

i followed above this procedure but i didn't get result , what can i do ?


Copying an apk to the tools folder accomplishes nothing, you need to install it on the real or emulated android device, using a command such as

adb install someappliction.apk

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜