Android SDK not working - Android Q&A, Help & Troubleshooting

I Downloaded the latest Android SDK,JAVA SDK and JRE.
Installed it successfully.
Updated the plug-in in Eclipse also.
I able to run developed apps on Mobile through USB Debugging mode from Eclipse.
Problem is I can't able to run the same app on emulator.
I create the emulator successfully on AVD Manager.
After it created when i click start.
It shows a progress and then Red light continuously on cpu for few seconds.
Then nothing opens.
I checked it on Task manager, it have "emulator-arm.exe" as process.
But emulator not showing.,
I have Windows 7 with 3GB Ram.
Help me.

I use Java SE 7.
Eclipse Classic 3.7.1
android-sdk_r13-windows.zip
with Windows XP
It 's work fine.
more detail http://androidcontrol.blogspot.com/2011/10/android-development.html

Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A

I'm using the same software.
But not working...

Related

[Q] Android 4 PC

I am wanting to run Android 2.3.x or Android 3 from my PC. I know this is able to be done via booting to USB however is Android 3 in developement to do the same. I am considering setting up a PC solely with Android on my windows network.
It's not hard to do, I played around with it.
Download the Android OS (google) android-x86-2.3-RC1-tx2500.iso
If running Windows 7, run a virtual machine and you can run it from there.
Instructions were on a website but I don't remember which one.
Just google running android from a pc.
Please use the Q&A Forum for questions Thanks
Moving to Q&A

[Q] Android SDK, can't download platforms

Hi, I've installed Android SDK and learnt how to open in Win7 by running as admin. Also installed Java JDK
When I tick the boxes to install 1 or more platforms, the upload seems to start and get to maybe 30%...but then it just stalls and hangs.
Does this symptom suggest anything I've not done correctly on my install?
Please use the Q&A Forum for questions Thanks
Moving to Q&A
Lufc ...I work next door to the Dry Salters

Eclipse not opening! HELP!

OK, so I decided to develop an app for Android, just for experience.
I got SDK installed on C:Android\android-sdk-windows folder and then I downloaded eclipse on C:\User\KyoKeun file. When I opened the eclipse.exe, it popped up the error message saying: Could not open C:Android\android-sdk-windows\lib\amd64\ (Then I forgot the rest)
Does anyone know what to do? I am running on 64-bit version of Windows btw
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
kyokeun1234 said:
OK, so I decided to develop an app for Android, just for experience.
I got SDK installed on C:Android\android-sdk-windows folder and then I downloaded eclipse on C:\User\KyoKeun file. When I opened the eclipse.exe, it popped up the error message saying: Could not open C:Android\android-sdk-windows\lib\amd64\ (Then I forgot the rest)
Does anyone know what to do? I am running on 64-bit version of Windows btw
Click to expand...
Click to collapse
First, check that lib path with Windows Explorer. If it exists, run Eclipse with Administrator rights. Otherwise, download 64-bit SDK (not sure, if there's two versions).
Nope, only 32-bit version of android-sdk is available at the moment.
Maybe its messing with JDK path or whatsoever, not sure.
Please refer to the below link if this is the problem :
http://stackoverflow.com/questions/4384433/installing-android-sdk-on-windows-7-64-bit-jdk-not-found

[Q] Android SDK manager not starting on Windows 8

Hello,
I can't get Android SDK manager to run on Windows 8 x64. Every time I run the executable a command prompt window flashes briefly and then nothing happens. I have tried installing both 32 and 64 bit version of JDK 1.6 and running SDK manager with admin permissions and in compatibility mode.
Any help would be appreciated
kevdliu said:
Hello,
I can't get Android SDK manager to run on Windows 8 x64. Every time I run the executable a command prompt window flashes briefly and then nothing happens. I have tried installing both 32 and 64 bit version of JDK 1.6 and running SDK manager with admin permissions and in compatibility mode.
Any help would be appreciated
Click to expand...
Click to collapse
It runs fine for me on Windows 8 Pro x64. The command propt window does flash, but the manager comes up soon after. I have JDK 1.7 though.
Theonew said:
It runs fine for me on Windows 8 Pro x64. The command propt window does flash, but the manager comes up soon after. I have JDK 1.7 though.
Click to expand...
Click to collapse
Thanks so much for the info I tried again with JDK 1.7 and it works now
kevdliu said:
Hello,
I can't get Android SDK manager to run on Windows 8 x64. Every time I run the executable a command prompt window flashes briefly and then nothing happens. I have tried installing both 32 and 64 bit version of JDK 1.6 and running SDK manager with admin permissions and in compatibility mode.
Any help would be appreciated
Click to expand...
Click to collapse
The same was in Windows7 64-bit for some SDK version (dont remember version number).
It was solved by switching off some windows security checking. May be this is not best solution, but works.
Got a fix
I was having this problem too. It's caused by the PATH variables to java.exe being set incorrectly. You can modify the environment to have java_exe pointing to wherever it is C:\Windows\System32\java.exe for me or modify android.bat in tools to change set java_exe= call lib\find_java.bat if not defined java_exe goto :EOF
to this: set java_exe="D:\Program Files\Java\jdk1.7.0_07\bin\java.exe" where the path is the path to your java exe
you can then run android.bat and it works. The reason (re)installing java works is because it adds the path variables for you. They must have gotten changed/moved when I upgraded to windows 8
I'm having the same issue. Installed JDK 1.7 but still the same issue.
I have a fresh Install of W8 and am just now trying to install JDK and SDK.
.
I also cannot launch SDK Manager
o0rebelious0o said:
I was having this problem too. It's caused by the PATH variables to java.exe being set incorrectly. You can modify the environment to have java_exe pointing to wherever it is C:\Windows\System32\java.exe for me or modify android.bat in tools to change set java_exe= call lib\find_java.bat if not defined java_exe goto :EOF
to this: set java_exe="D:\Program Files\Java\jdk1.7.0_07\bin\java.exe" where the path is the path to your java exe
you can then run android.bat and it works. The reason (re)installing java works is because it adds the path variables for you. They must have gotten changed/moved when I upgraded to windows 8
Click to expand...
Click to collapse
I am having the identical problem. I try to launch SDK Manager and get a quick cmd flash and then nothing. I am on Win8 Pro with jdk 1.7.0_21.
I added c:\Windows\System32\java.exe to the path (correct on my system) but no obvious change in result. Then edited set java_exe in android.bat to "C:\Program Files\Java\jdk1.7.0_21\bin\java.exe" and ran the batch file, and still I just get a quick flash of the command window. My java sdk was just installed today prior to setting up the ADT Bundle for Windows. Eclipse loads with ADT, but the SDK Manager is still a no go. Thanks in advance for any ideas.
Solved my Windows 8 problem
Hi,
I have been having similar problems with Android SDK manager not starting in Windows 8. Tried altering Java paths and messing with Android.bat etc. etc. but am now convinced the problem is with the UAC of Windows 8. Why?
1) Originally installed Eclipse in a sub dir of Program Files and found that I could not edit any sub dir there (like Android.bat) because of User Access Controls (UAC)... got me thinking...
2) So re-installed Eclipse in a sub dir under my user, and bingo... SDK manager works fine now.
It is possible to disable all UAC in Win 8 Pro using secpol.msc, but I don't have Pro version and it's not in bog standard version... However, you can still edit the registry to give all apps admin privileges but seems a bit drastic to have to do this...
http://developer.android.com/sdk/installing/bundle.html
Install the SDK and Eclipse IDE
1.Unpack the ZIP file (named adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a "Development" directory in your home directory.
try c:\Development\
aleks3008 said:
http://developer.android.com/sdk/installing/bundle.html
Install the SDK and Eclipse IDE
1.Unpack the ZIP file (named adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a "Development" directory in your home directory.
try c:\Development\
Click to expand...
Click to collapse
This is what worked for me. Thanks!!!
I originally had it in User\Documents\
same problem
I am having same problem like you buddy.help would be much appreciated.
Same here
Yeah I've reinstalled everything as described here, and I am still unable to get it to launch. Just getting the brief flash of a CMD prompt.
Finally solved it!
I had the exact same problem. I have gone crazy trying to fix this for past 1 day. Finally solved it using this guide: http://www.dominantwire.com/2015/03/android-sdk-not-opening.html.
Had to do some tweaks in the android.bat file and re-specify the environment variable paths. The solution is pretty universal. Should work for you guys as well.

[Q] [Question] Bluestacks in VM Fusion

Hello All,
I had been annoying for weeks for this problem. When I start my game in Bluestacks in a Window under a VM environment, the game always goes into blank screen. I can know that the game has successfully loaded as when I click on some button (which I know where they are in normal situation), the app will proceed and be able to display some screen like notice page, which are some static page with text only. But it seems to be not the graphic of playing the game
I tried in VM of Window and also VM of Mac, neither of them is working... I also tried the latest BS from the official site or the 0.8.4.3036, both of them not working as well.
My VM Fusion is 10.1 and the windows is Win 7 Ultra version (T. Chinese), I am thinking if it is related to the tablet setting in the BS but I found no way to change it under 0.8 version, can anyone shed me some lights on this issue?
Thanks a lot!
Anyone have any idea?
Just updated the VMWare Fusion 6.0.2 today, but still got the blank screen in the bluestacks when load the game
getting black screen on bst while launching a game
Bluestacks is giving problumes or bored with it. Try best and fastest alternatives for bst.
Genymotion is the fastest Android emulator for app testing and presentation or even gaming. Genymotion is the evolution of AndroVM open source project, already trusted by 300 000 developers. Here I am using 64 bit Windows 8 for using Genymotion. Here we are going to setup Android 4.2.2 on a Windows operating system using Genymotion.
*Features of Genymotion:
1.Fastest Android emulator on the planet.
2.Do your simultanous automatic tests on unlimited virtual appliances .
3.Directly launch Genymotion from your Eclipse and Android Studio platforms.
4.It has Open GL acceleration ,multiscreen and full screen display.
*Steps to Setup Genymotion Android Emulator in Windows OS:
1.Go to official site of genymotion and sign up.
2.After logging in download genymotion for Windows 32/64 bits from the "get genymotion" option on official site
3.Download and install virtualbox
4.Now run the the downloaded genymotion-2.1.1.exe and install the Genymotion on your PC.
5.Then launch Genymotion and login with your Username and Password.
6.Select Add to create a new virtual device, then select a device from the list and click Add.
7.Then select next and the Virtual image starts downloading.
8.When the download is completed select next from the window.
9.Then you will be asked to enter a name for the downloaded Genymotion virtual device. Enter a name and select create and the click finish.
10.Now the virtual device will be listed in -Your virtual devices- in the home screen.
11. Then select play to start your virtual device.For the first time it asks to configure sdk path for using ADB , select the sdk path and you will be booted to Android home screen.
*installing an apk:after you did above procedure just drag and drop your .apk file of game to vertual machine. It will start installing. After installation complete. Open app bar and play just installed game. Many times faster and without getting black screen

Categories

Resources