开发者

how to run apk file in android

开发者 https://www.devze.com 2023-02-02 10:07 出处:网络
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
  • 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

精彩评论

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