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...
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.
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
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
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.
I have the adb error where it is not recognized. I am using Android 2.2 on Windows XP. The adb file and AdbWinApi.dll file were moved from tools to platform-tools, so I just copied (I didn't remove them) them to tools. However, I don't have InstallAgent.bat anywhere. I tried going your download, but after I opened it with 7-zip, the only file there was adb, and it wasn't the same as the normal adb file. What do I do now?
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...
epccsplayer 3 weeks ago
when i try to create an avd an error occurs saying no userdata.img was found
how do i fix it??
ashiqurroh 1 month ago
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
premagn 2 months ago
@premagn hey did u get an answer to your question because i have the same question.
yuriko189 1 week ago
for some fucking reason cmd wont recognize the adb command on my computer no matter what i try lol
streaklyern 2 months ago
@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
TheLyricallylyrical 1 month ago
the link doesn't exist where i can find that guide ??
gubbytube9000 3 months ago
HEY PPL!!!! ANDROID INJECT IS THE EASIER SHIT TO INSTAL APPS TO ANDROI NO NEED CMD COMANDS
tyrense 3 months ago
After i install apk, the app does not show up in the virtual devices.
namelessname 5 months ago
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.
ExtremeLando 6 months ago
hi there thxx75, i am install application successfully on the virtual emulator but i cant see it in my phone please help me!!!!!
shuvo600 7 months ago
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
penumak 7 months ago
even again i solved it but now it says insuffecient storage install failed
penumak 7 months ago
i solved everything else now it says adbwinapil.dll
please help
penumak 7 months ago
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
penumak 7 months ago
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
penumak 7 months ago
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
penumak 7 months ago
hi can i find jdk 32 to bit ,is it available on net
penumak 8 months ago
ffs learn to type
gapamu66 8 months ago
thanx alot !!!...
saurabhmaybach62s 8 months ago
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
@thxx75 I fixed the error by using platform-tools instead of just tools. Thats where the adb etc. is on the newer installs
TheLyricallylyrical 1 month ago
hey, i get this error: device not found. What do i do then?
motocrossdude1234 9 months ago
do we unzip the adb file and install the exe in it first? or just paste the zip in the tools?
xXchromecupcakeXx 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
By the way, I'm trying to install Dropbox.apk.
MACandCHEEZWIZ1 11 months ago
I have the adb error where it is not recognized. I am using Android 2.2 on Windows XP. The adb file and AdbWinApi.dll file were moved from tools to platform-tools, so I just copied (I didn't remove them) them to tools. However, I don't have InstallAgent.bat anywhere. I tried going your download, but after I opened it with 7-zip, the only file there was adb, and it wasn't the same as the normal adb file. What do I do now?
MACandCHEEZWIZ1 11 months ago