How to install .apk files to Android SDK in Windows 7
Uploader Comments (thxx75)
All Comments (34)
-
cant find WMW136.apk to install" what can i do?
-
@premagn hey did u get an answer to your question because i have the same question.
-
I installed a program to my emulator, only to find out I hadn't installed the Google API's in my SDK. I went back, downloaded Google's API's, and then created a new emulator that runs under these new parameters. The trouble is, adb keeps telling me it's "already installed." Anyone have any insight into this? Much appreciated...
-
@streaklyern you probably have the same version i do. if you haven't got it working yet replace tools in your command lines with platform-tools
-
@thxx75 I fixed the error by using platform-tools instead of just tools. Thats where the adb etc. is on the newer installs
-
when i try to create an avd an error occurs saying no userdata.img was found
how do i fix it??
-
Hi I have successfully done this but Application successfully install on the Virtual Device which i have created and showing also. But it is not reflecting on my original Phone ??
It is installing on virtual device not on original phone. how to transfer it to Original phone.
Please please give me the process
my mail is masifk@in.com
thanks & lot in advance
-
for some fucking reason cmd wont recognize the adb command on my computer no matter what i try lol
-
the link doesn't exist where i can find that guide ??
-
HEY PPL!!!! ANDROID INJECT IS THE EASIER SHIT TO INSTAL APPS TO ANDROI NO NEED CMD COMANDS
-
After i install apk, the app does not show up in the virtual devices.
-
Your adb.zip is messed up when I ran the .bat file in the zip it says adb is not a command so this is outdated/broken please fix it.
-
hi there thxx75, i am install application successfully on the virtual emulator but i cant see it in my phone please help me!!!!!
-
hi man thnks for your help every thing is fine but when i try to install a file of 24mb it says no enough storage failure.which space it is talking about.and what can i do pleaase hel p me
-
even again i solved it but now it says insuffecient storage install failed
-
i solved everything else now it says adbwinapil.dll
please help
-
hi please help me i follwd your instructions but only thing is when i tried to install apk on command prompt i am unable to get to the path android-sdk folder
its stoping there iam unable to change the directory
-
this is the error msg iam getting when i try it install sampls for sdk
File not found: C:\Program Files\Android\android-sdk\temp
\samples-3.0_r01-linux.zip (Access is denied) and when i try to install apk file as you showd me in video on cmd.exe it is unable to acces the adnroid folder in porgram files
please help me
iam using windows 7
-
this is the error msg iam getting when i try it install sampls for sdk
File not found: C:\Program Files\Android\android-sdk\temp
\samples-3.0_r01-linux.zip (Access is denied) and when i try to install apk file as you showd me in video on cmd.exe it is unable to acces the adnroid folder in porgram files
please help me
-
hi can i find jdk 32 to bit ,is it available on net
-
ffs learn to type
-
thanx alot !!!...
-
hey, i get this error: device not found. What do i do then?
-
do we unzip the adb file and install the exe in it first? or just paste the zip in the tools?
SOLUTION FOR ADB ERROR
-DEVICE NOT FOUND!
RUN CMD AS ADMINISTRATOR
AND unblock th .apk file
instructions over here:
Goto this link : how-to-fix-any(dot)blogspot.com
thxx75 9 months ago
Here is A solution
Solution 1
In this case try to shutdown adb server and start it manually using :
$adb kill-server
$adb start-server
You can test if deamon is working by running $adb shell
The uninstall procedure is
$adb shell rm your_application.apk
thxx75 10 months ago
solution 2 If you have the Android SDK.zip file unzip it to a new location Add SDK_ROOT to your system variables pointing to /tools folder under the sdk Run the emulator Copy the dropbox.apk file to /tools folder
Change directory to /tools and run from commandline $adb install dropbox.apk Now check applications list in the emulator and you should see the new application installed and ready.
Hope this help, enjoy
thanks
thx
thxx75 10 months ago