@theguy1995 it is in
"C:\Windows\System32"
#1 make sure a rename the apk file to a name without spaces
So
armored strike 2.012.apk needs to be renamed to
armored_strike_2.012.apk
Another way to get to the command prompt is this:
Press
Start ->
Run
Then type
cmd
Then (assuming you named your folder adb and all the files are in adb)
Code:
cd\
cd adb
adb install armored_strike_2.012.apk
adb will take care of the rest
Quote:
|
3. Copy the cmd.exe file (copy the file don't make a shortcut to it or move it) from your "C:\Windows\System32" folder to the adb folder
|