Hi, I want to develop Android applications.
So I read and have download some apps & sdk.
I've download Android SDK. And open the SDK Manager.
while the SDK Manager is open, my computer suddenly freezes. I think it's because I was copying some Gigs of data from MicroSD to my HDD.
After I restart my computer, and trying to open the SDK Manager.exe, DOS window is opened for a while, and then closed. and nothing happened...
How to fix this...?
I would just erase/uninstall it all and restart. This happened to me and after the second time it worked.....
Sent from my DROID3 using XDA App
Please thank me if this helped!
Sent from my DROID3 using XDA App
Sdk is not installed correctly , have u installed IDE and the java files correctly?
techno-update said:
I would just erase/uninstall it all and restart. This happened to me and after the second time it worked.....
Sent from my DROID3 using XDA App
Click to expand...
Click to collapse
how to uninstall it? just delete it, right?
dlcookie said:
Sdk is not installed correctly , have u installed IDE and the java files correctly?
Click to expand...
Click to collapse
how to install IDE and java files? I think I've installed java files correctly. not sure about the IDE.
I did, it would not let me delete them so i had to do it threw cmd, hopefully you dont have the same problem.
Please hit the thank you button if i helped!
I've tried to uninstall the SDK Manager and install it again. it didn't work.
So I Download the latest version of Java jdk. I got 1.7.0. Installed. and the SDK Manager still didn't work.
I tried to install Java JDK 7 and SDK Manager on VirtualBox with Windows XP. And I can open the SDK Manager...
Don't know what happened with my Windows 7...
Sounds like your computer not the files or how it was downloaded...
Please hit the thank you button if i helped!
techno-update said:
Sounds like your computer not the files or how it was downloaded...
Please hit the thank you button if i helped!
Click to expand...
Click to collapse
what do you mean by it's my computer?
what's wrong with my computer?
Just how the files were downloaded or put on the computer.
Please hit the thank you button if i helped!
Related
Is there a SIMPLE gui apk installer on mac??
I used to use "Droid Explorer" and "Android Commander" on windows.
Any help?
well.. besides just draggin an apk to the sdk card and launching it with a file explorer to install, you can use adb to easily push and install an app from your mac to your computer.
download the android sdk.
open the terminal and navigate to where adb is and
Code:
./adb install <path_to_apk>
easy!
http://developer.android.com/guide/developing/tools/adb.html#move
killersnowman said:
well.. besides just draggin an apk to the sdk card and launching it with a file explorer to install, you can use adb to easily push and install an app from your mac to your computer.
download the android sdk.
open the terminal and navigate to where adb is and
Code:
./adb install <path_to_apk>
easy!
http://developer.android.com/guide/developing/tools/adb.html#move
Click to expand...
Click to collapse
Thanks for your reply. It's the method that I know man, but it's not as easy as double clicking any .apk file and clicking "install" (as in Droid Explorer for windows)
yea its seems that most of the good front ends and guis for the android tools are all made for windows.. ive used a mac the entire time ive had an android phone and i havent seen much osx love in terms of guis (with the exception of some rooting app.)
That's because everything can be done via command prompt
Sent from my ThunderBolt using XDA Premium App
chriskader said:
That's because everything can be done via command prompt
Sent from my ThunderBolt using XDA Premium App
Click to expand...
Click to collapse
yep. i was gonna say its because it has a real unix terminal but i thought it would arouse fan boys
killersnowman said:
yep. i was gonna say its because it has a real unix terminal but i thought it would arouse fan boys
Click to expand...
Click to collapse
LOL... true
hi I am on a mac running lion. I need a little help please with how to use adb to reinstall all my apk's back to my tel.
I seem to have been reading and reading but can not figure out the code to write in the terminal line.
I have my apps stored on my Desktop, in a folder called. backupapps
( the apps I am backing up are apps i have bought from the market)
I want to install them all at one time
can some one give me the adb code to install all files in my backup folder to my galaxy s2 tel. please
thanks
Plug your phone into the pc, enable USB Storage mode, copy apps to storage card. Use a program like root explorer or es explorer (my personal fav) and install the apps from there. Es Manager and Titanuim backup has nice application backup features. If you really want to use adb: adb install <path to apk> or try the cross platform QTadb application
This might help you
It will allow you to install your APK if you double click it and your phone is connected (debug mode enabled)
http://www.droidsector.com/blog/2010/06/23/easy-way-to-install-apk-files-using-android-sdk-for-mac/
I created the app successfully
Use airdroid,wireless management for any droid,it-s free apk,and web based.i'm using lion,and working ok.before i find'it i've used droidexplorer from vmware windows..very uncovenient way.
Sent from my X10i using XDA
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to Q&A
Application you want found
You can use apkInstaller Application in mac.
It has GUI.
It's here:
macupdate.com/app/mac/55546/apkinstaller
everytime i try to install USB drivers via the android SDK for my gtablet, i get this error
Downloading Android SDK Platform-tools, revision 9
File not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r09-windows.zip (Access is denied)
Downloading Google USB Driver package, revision 4
File not found: C:\Program Files (x86)\Android\android-sdk\temp\usb_driver_r04-windows.zip (Access is denied)
Done. Nothing was installed.
anyone have any idea what to do? what other info do you need? i made the entire directory writable by unchecking read only (for whatever reason, its installed as read only) using admin privileges (windows 7 64 bit)
thanks!
Run as administrator
joshtb86 said:
everytime i try to install USB drivers via the android SDK for my gtablet, i get this error
Downloading Android SDK Platform-tools, revision 9
File not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r09-windows.zip (Access is denied)
Downloading Google USB Driver package, revision 4
File not found: C:\Program Files (x86)\Android\android-sdk\temp\usb_driver_r04-windows.zip (Access is denied)
Done. Nothing was installed.
anyone have any idea what to do? what other info do you need? i made the entire directory writable by unchecking read only (for whatever reason, its installed as read only) using admin privileges (windows 7 64 bit)
thanks!
Click to expand...
Click to collapse
You must run SDK Manager in adminstrator mode. Right click on SDK Manager & select" run as administrator".
Al
aabbondanza said:
You must run SDK Manager in adminstrator mode. Right click on SDK Manager & select" run as administrator".
Al
Click to expand...
Click to collapse
worked great. thanks!
admin rights not working for me
I tried right clicking on the SDK manager button, but only got the following choices:
Lock the Toolbars
Customize Perspective
Hide Toolbar
I'm running Eclipse Helios, ADT 16.x, on a Windows 7 64bit machine.
Oops, instead of the button in the Eclipse interface, I then went to the sdk manager in the file system and right clicked on that, and it gave me the "run as administrator" choice. Thanks for the info.
ILikeIke said:
I tried right clicking on the SDK manager button, but only got the following choices:
Lock the Toolbars
Customize Perspective
Hide Toolbar
I'm running Eclipse Helios, ADT 16.x, on a Windows 7 64bit machine.
Oops, instead of the button in the Eclipse interface, I then went to the sdk manager in the file system and right clicked on that, and it gave me the "run as administrator" choice. Thanks for the info.
Click to expand...
Click to collapse
Didn't see your Oops...so I guess this is my oops.
Al
Run as Administrator in Vista
aabbondanza said:
You must run SDK Manager in adminstrator mode. Right click on SDK Manager & select" run as administrator".
Al
Click to expand...
Click to collapse
I just had to say thanks. That's the fastest I've ever found an answer on google.
Thank You!
Again this IS the fastist way to get an answer from google Thanks for letting us know about that pesky Admin Rights.
THANKS SO MUCH!
Hi everyone,
So my TP is getting picked up sometime in the next 7 days for repairs (cracks and all) and I need to remove android. Couldn't find the novacom drivers online, and universal installer isn't working atm, so I got the SDK and now Device Manager (Windows 7) shows it as Palm Novacom (bootie). [Also, just noticed there is another "Unknown device" as well as the "Palm Novacom bootie" ?!?]
The problem is that when I tried to run the "novacom boot mem:// < ACMEUninstaller" command, nothing happens. I tried redownloading ACME, but still the same error. Anyone know what's up or how I can fix this.
Thanks in advance!
vladwt said:
Hi everyone,
So my TP is getting picked up sometime in the next 7 days for repairs (cracks and all) and I need to remove android. Couldn't find the novacom drivers online, and universal installer isn't working atm, so I got the SDK and now Device Manager (Windows 7) shows it as Palm Novacom (bootie). [Also, just noticed there is another "Unknown device" as well as the "Palm Novacom bootie" ?!?]
The problem is that when I tried to run the "novacom boot mem:// < ACMEUninstaller" command, nothing happens. I tried redownloading ACME, but still the same error. Anyone know what's up or how I can fix this.
Thanks in advance!
Click to expand...
Click to collapse
where did you put the acmeunistaller file?
colin_404 said:
where did you put the acmeunistaller file?
Click to expand...
Click to collapse
C:\Program Files\Palm, Inc\ACMEUninstaller
I tried running "novacom" on its own, but still nothing, it just creates a new row and accepts no input afterwards. The TP itself just stays in USB mode even after 10 mins or so...
vladwt said:
C:\Program Files\Palm, Inc\ACMEUninstaller
I tried running "novacom" on its own, but still nothing, it just creates a new row and accepts no input afterwards. The TP itself just stays in USB mode even after 10 mins or so...
Click to expand...
Click to collapse
So is the Touchpad in usb mode or recovery mode?
If u have a command window open inthe Palm, Inc directory where novacom application is and u type "novacom" u should at least
see a list of commands.
If not then u arent in the right place.
colin_404 said:
So is the Touchpad in usb mode or recovery mode?
Click to expand...
Click to collapse
It's in Recovery Mode (with the USB sign on the black screen); sorry that's what I meant. I'm thinking it could be a problem with the drivers, but Windows recognises it
Never used the sdk but if its like android then the novacom application will be in a folder in the sdk.
so u will have to run the acmeuninstaller fron a window in that folder.
colin_404 said:
Never used the sdk but if its like android then the novacom application will be in a folder in the sdk.
so u will have to run the acmeuninstaller fron a window in that folder.
Click to expand...
Click to collapse
Thanks for the suggestion, but it didn't work
Same result as before... even if I run "novacom.exe" from the sdk folder, it just shows a black cmd screen
Is there any other way to wipe it?
Have you tried following the instructions in THIS THREAD ? It talks about how to completely remove everything and put the TP back to factory 3.0.0 settings.
Nope, but thanks for the link. Unfortunately the novaterm link is down and the Universal Novacom Installer always gets stuck on initialising
Edit: I'm trying to get novacom from the webOS download and novaterm from the palm folder... see how that goes I'll post back once I've tried. Thanks again for all the help.
or uninstall the sdk, delete the Palm, Inc folder.
Download any Webosdoctor from webos internals site.
Run the novacom universal installer, choose "select file", choose the webosdoctor download.
The Palm, Inc folder will be created from it and drivers installed.
If you have any copy off Webos doctor on your computer and have Java installed download Universalnovscominstaller and when or if you have it right click on the file then go down to open with and select Java(TM) Platform, the novacom installer will pop up click on install then click on select file then navigate to wherever you have Webos doctor ie desktop etc select it and hey presto the novacom drivers will be installed.
P.S do not download Webos doctor with windows explorer as for some reason it appears to mess it up , use chrome.
Done and done!
Finally managed to get it done, after trying to do it on 2 Win7 PCs, went to an old XP laptop and tried on there.
If anyone gets stuck on this and finds this thread:
I used Universal Novacom Installer and installed Novacom from webOS Doctor 3.0.5, on an XP system. After that put ACMEUninstaller in Palm, Inc folder and ran the "novacom boot....." command and Android was gone! :victory: :crying:
Thank you all for the help, I'm so relieved after slaving away at this for over a day
vladwt said:
Finally managed to get it done, after trying to do it on 2 Win7 PCs, went to an old XP laptop and tried on there.
If anyone gets stuck on this and finds this thread:
I used Universal Novacom Installer and installed Novacom from webOS Doctor 3.0.5, on an XP system. After that put ACMEUninstaller in Palm, Inc folder and ran the "novacom boot....." command and Android was gone! :victory: :crying:
Thank you all for the help, I'm so relieved after slaving away at this for over a day
Click to expand...
Click to collapse
Happy you finally got there and thanks for clicking on the thank you box the solution I posted has been given by others so credit to everyone the bit that took me a long time was to click on open with and the fact that for what ever reason windows explorer messes up the download
hence the reason for my post.
All the best.
Just had my TP collected today by UPS. Let's hope when I get it back and try to put android again I won't have to go through this hell again
you can also change the compatibility settings for the app youre trying to run if its not working correctly in windows 7.
Im trying to install the android SDK manager on my Wndows 8 laptop....im not having much success!
Ive downloaded the sdk package from here: http://developer.android.com/sdk/index.html#download
Ive unzipped it and placed it in my C; drive.
Wheni double click the SDK Manager icon to install...nothing happens?
Am i being dumb?
Valiceemo said:
Im trying to install the android SDK manager on my Wndows 8 laptop....im not having much success!
Ive downloaded the sdk package from here: http://developer.android.com/sdk/index.html#download
Ive unzipped it and placed it in my C; drive.
Wheni double click the SDK Manager icon to install...nothing happens?
Am i being dumb?
Click to expand...
Click to collapse
Did you correctly select 'Download the stand-alone Android SDK Tools for Windows' then 32-bit or 64-bit? Normally it doesn't block the setup wizard but try by installing Java SE Development Kit (JDK) first.
BTW SDK Manager needs a few seconds to run.
Following are thing that i have tried :
1. tried to run it as admin
2. deleted all of the vms and created a new one
3. restrated it
I have the same issue, it started after I closed it, it seems. Nothing seems to fix it...I'd suggest going to Memu anyway. Seems to work quite a bit better.
I have figured it out! You need to uninstall all vmware products, and andy from your computer. Then you need to install VirtualBox, then after that, reinstall andy.
ItsMeReed said:
I have figured it out! You need to uninstall all vmware products, and andy from your computer. Then you need to install VirtualBox, then after that, reinstall andy.
Click to expand...
Click to collapse
It worked! Thanks
VMware is part of the installer of Andyroid... So this fix does not work. If you install Andy, and want it working, you will need VMware..
Sossa_A4 said:
VMware is part of the installer of Andyroid... So this fix does not work. If you install Andy, and want it working, you will need VMware..
Click to expand...
Click to collapse
exact, so how to fix this issue ?
How to properly uninstall andy
Hello, plese, can you hekp me, how can I properly delete my VM and Andy, because if I uninstall wit the option delete user data, when I reinstall I still have the error render server failed error?
Thanks for your answer.
I upgraded from Win 7 to Win 10 and had the same error. This worked for me: Uninstalled VMware Player and VMware VIX from Settings>Programs and REBOOTED my PC. Then ran the two .msi files (Windows Installer Packages) from C:\Program Files\AndyOfflineInstaller46.2\VMW. Remember to REBOOT your PC, and you'll be fine.
i run the setup again inside Program Files\AndyOfflineInstallerxx.x folder
no uninstall nor restart needed for me atleast.