[Tips]Android Studio not starting, tips here. - IDEs, Libraries, & Programming Tools

Hello,
I ran into a couple problems having android studio to install and work. thought I'd share my findings!
First, it wouldn't install. Not finding Java JDK even though it was installed.
This is solved by changing the name of C:\Windows\System32\Java.exe to something else before the installation.
Don't forget to change it back to java.exe once installed.
After installing Android studio, it wouldn't run (normal or admin didn't change a thing).
You will need to create a system environment variable named JDK_HOME with your JDK installation path (in my case C:\Program Files\Java\jdk1.7.0_21\ ).
Android studio should now launch. (more help here )
Now that Android Studio launches, it asks for the latest android SDK
Just download and install the SDK 22 from Here
make sure you run the .exe as administrator after installation
NB :
dbarrera said:
For those having issues starting Android Studio in some Linux distros, such as Studio not finding JAVA_HOME, JDK_HOME, STUDIO_JDK, set any of those variables to the directory where Java is installed (e.g. /usr/java/jdk1.7.0_21) previously to the whole validation statements in the startup shell file (studio.sh) and everything should be fine...
Click to expand...
Click to collapse
Hope this saves some head scratching !

After installing Android studio, it wouldn't run (normal or admin didn't change a thing).
You will need to create a system environment variable named JDK_HOME with your JDK installation path (in my case C:\Program Files\Java\jdk1.7.0_21\ ). Android studion should now launch. (more help here )
Click to expand...
Click to collapse
worked perfectly for me. Thanks

Perfect!
Worked for me too...thanks for saving time. :good:

Window 7 with jdk 1.6
anishjhaveri said:
Worked for me too...thanks for saving time. :good:
Click to expand...
Click to collapse
Does Android Studio requires JDK 7 or greater ?? coz i have JDK 1.6 on my Windows 7 it doesnt start up even after setting JDK_HOME or JAVA_HOME. http://forum.xda-developers.com/images/icons/icon9.gif

madhucm said:
Does Android Studio requires JDK 7 or greater ?? coz i have JDK 1.6 on my Windows 7 it doesnt start up even after setting JDK_HOME or JAVA_HOME. http://forum.xda-developers.com/images/icons/icon9.gif
Click to expand...
Click to collapse
It should work fine on 1.6.
Maybe it depends if you're 32bit or 64bit?
My personal setup is Windows 8 64 bit running the 64bit version of Java 1.7.
Also, for the SDK issues, if you already have the SDK installed from using Eclipse, you can just point Android Studio to that SDK under Project Settings or something (I forget the exact wording of the setting and I'm not at my computer right now...)

Thank you! I was having trouble getting Android Studio to start once installed. Setting JDK_HOME fixed this.

Im using Windows 7 Ultimate 64 bit and set the JDK_HOME variable but it wont start...
/Edit: it works now.

HI
Thanks for this tips.
working fine for me

If someone is just beginning app development, starting with hello world app. Would you recommend him eclipse or android studio?
Sent from my HTC Desire S using xda app-developers app

I'm having a small issue with Android Studio for Mac, and was wondering if anyone was running into a similar issue or has any advice.
When running my application, I'm getting an error on the install, specifically a Failure: [install_failed_invalid_apk].
I'm sure it's something really simple and elementary, but it wasn't an error I'm familiar with seeing coming from Eclipse.

Try on Linux.

Intrepid90 said:
I'm having a small issue with Android Studio for Mac, and was wondering if anyone was running into a similar issue or has any advice.
When running my application, I'm getting an error on the install, specifically a Failure: [install_failed_invalid_apk].
I'm sure it's something really simple and elementary, but it wasn't an error I'm familiar with seeing coming from Eclipse.
Click to expand...
Click to collapse
I'm getting the same message on Android Studio (for Linux)

same error here.
using arch linux

13th Dev said:
If someone is just beginning app development, starting with hello world app. Would you recommend him eclipse or android studio?
Click to expand...
Click to collapse
android studio is in 0.1 version, while eclipse is a really good IDE for android coding.
i get used to Eclipse, and i love it more. but also i think that Google will make android studio to be the right tool for development.

Maybe android studio is in 0.1, but is based on intellij Idea which is not new, supports android already, and seems better and faster.
I don't know how it is for an experienced developer which already know ways to move, but I started with Eclipse about a year ago, and I can say that I hate it. I've lost hours and hours to wait the very slow build process of eclipse, to wait for recover from crashes, to wait for restarts because graphical editor goes mad, to clean and reclean project so eclipse be able to see a new resource added, fix and refix layouts because graphical editor shows them completely wrong(especially on dialogs).
I don't know how android studio or intellij Idea will be(I used it for very short time until now), but I find it better, faster and maybe easier(maybe because I'm more familiar with eclipse) and I think that I will spend less time to learn it that the time I'll loose with eclipse.

Fixed [INSTALL_FAILED_INVALID_APK]
Ok, so I was able to fix the [INSTALL_FAILED_INVALID_APK] error I was getting, and finally get my app running on my phone. I'm not saying this will work for everyone, but it worked for me.
When I examined Logcat, I found that my package name in the Manifest was what was giving me issues, specifically the default package name given by Android Studio on project creation. The package name in my Manifest was invalid, and did not have a "." separator. Once I corrected this, I was able to run my application.
Another error I found further down the line was that new activities do not appear to be automatically added to the Android Manifest at the moment, so keep that in mind as well.
Happy programming

A different problem, if Android studio doesn't start, could be that the studio must be run as administrator. So it was at least for me.

vepman said:
A different problem, if Android studio doesn't start, could be that the studio must be run as administrator. So it was at least for me.
Click to expand...
Click to collapse
Will add to op, thanks!
Sent from my HTC One using xda premium

Proxy Settings for Gradle/Maven
Hi,
just tried the Android Studio using a proxy on WindowsXP.
Even if configuring the proxy in the Settings I got an error when creating a new project.
First I had to download the "gradle-1.6-bin.zip" and had to copy it to ".gradle\wrapper\dists\gradle-1.6-bin\72.....\
After that Gradle couldn't connect to the maven repository.
Solution: create a "gradle.properties" file in the ".gradle" directory
with content like this
Code:
systemProp.http.proxyHost=
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=
systemProp.http.proxyPassword=
After that the first test project was generated without problems.
And even running it from the IDE and deploying/starting on my device (Galaxy Note, N7000) succeeded.

Is anyone here using this on Win 7 or 8? It has the stupid taskbar problem like Eclipse where you pin the exe, but when you launch it, it adds a second icon to the taskbar for the actual running app. What's even more ridiculous is, IntelliJ, which Android Studio basically is, doesn't have this problem! Any solutions?

Related

New Ubuntu Update 10.10 Broke my SDK?

[Q] Hey guys, I just updated to Ubuntu 10.10 and now my SDK is gone! I tried to look into why it wasn't working and the software manager tool in Eclipse says that Android is installed. I don't even have any of the Android SDK buttons showing anymore? Can someone help a fellow dev?
[SOLVED] Go to the eclipse website, download Eclipse for linux, uninstall your old eclipse, extract your new eclipse wherever and go into the folder and click the application button titled eclipse. Then reinstall all the android stuff.
At the informal android developer's meetup tonight, there were two of us with this same problem.
One issue that I found was that PATH in .profile got broken.
We suspect that using the version of eclipse that came with ubuntu, rather than 3.5 downloaded directly from eclipse might also be causing problems.
I have the same problem; ellarsee, can you be more specific how you got it running again?
(what is .mprofile and where is it, for example? (Googling isn't helping me find out))
Same thing happened to me
Upgrade to Ubuntu 10.10 broken my Android SDK as well.
Is it possible the Java packages are not installed anymore in Ubuntu?
I tried this...
sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk
Updated a lot of stuff but Eclipse Android is still gone...
Does anyone have this figured out yet??????????????????????????????? I NEED TO GET MOVING ON SOME APPS! THIS IS SO FRUSTRATING!
Removal and re-install of ADT plugin does not help
This is the error that appeared in my project the first time I ran eclipse after the 10.10 upgrade from 10.04.
Code:
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project
I attempted to fix the build path (Properties->Java Build Path) and noticed that
com.adroid.ide.eclipse.adt.ANDROID_FRAMEWORK was not checked. I checked it but this made no difference.
Going to try complete uninstall of eclipse...
It's still not working for me
Not .mprofile .profile, it's like .bashrc, a script that is run when you log in, and can set your $PATH variable, or other environment variables.
emacs ~/.profile
or
vi ~/.profile
should enable you to edit it.
Has anyone tried just a fresh reinstall of everything to work on android apps?
Someone asked about java, it's still in /usr/bin/java
SOLUTION
Can't post outside links. So you'll have to google the bug numbers I give.
Ubuntu bug is here: bugs.launchpad # 633198
This points at a debian bug: bugs.debian.org # 587657
Debian bug contains a workaround where you edit the file:
~/.eclipse/org.eclipse.platform_*/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
And you change the concurrent package location (I had too entries, I had to remove them both and insert the line in the debian bug)
and then things magically worked for me again!
Best of luck everyone
Someone else?
Someone else found a way to fix it?
Cuz, everything up till now didnt work for me

vista home prem 64bit and sdk compatibility issues?

Is there something I forgot to do beyond the instructions in the dev resources for installation on the android sdk site?
I went through a couple of the test projects to get a feel for it, and keep getting execution fc's in the emulator, exported everything to my laptop(vista 32bit) and no problems.
Have reinstalled the sdk, eclipse and java on my desktop machine but no help. Any thoughts?
Weird question, but have you set the SDK version when you created the project? Happends when you are in a hurry!

[Prerequisite to Rooting] Android SDK Installer - v3.0 for Windows

**Microsoft Windows ONLY*
This installer is for new people looking to root their HTC Thunderbolt (not sure on other HTC devices but should work.) I compiled an SDK installer that installs all the necessary files to the directory of your choice (default C:\sdk) to your PC. This installer also includes HTC Sync for the Drivers as well as Java if you do not already have Java installed.
So if you're new to Android and want the tools to root, this might be the place to start before making that big step.
**If you have problems with it installing, try right clicking and running as administrator
Android SDK Installer with HTC Sync and Java v3.0 - 117 MB
*This is a pretty good size file but remember it also includes HTC Sync and Java within the installer.
*You cannot download Java and HTC Sync at the same time, so be patient.
*If you do not want to install HTC Sync but want the driver allow it to install them and then cancel out when asking to install HTC Sync.
*If you already have Java you can cancel out of the Java Installer.
**Download might take longer depending on your Internet Connection.
Please let me know what you think below.
Thanks!
Changelog:
v3.0 - Maintenance Update
v2.0 - Fixed Directory Issues
v1.0 - Initial Release
Also, here is a great tutorial brought to you by Captainkrtek.
http://forum.xda-developers.com/show....php?p=9959449
The only difference in the tutorials is the path.
The path for adb with this installer will be: C:\sdk\platform-tools
*Big thanks to CoolSilver for helping me test this out
Looks good! But where's the link?
Sorry, was still uploading it. Its updated now.
Tried it out, works fine. ADB setup and working.
Such a good idea. Trying to talk someone through installation of sdk is kind of maddening. Do we still have to add the path?
lortay78 said:
Such a good idea. Trying to talk someone through installation of sdk is kind of maddening. Do we still have to add the path?
Click to expand...
Click to collapse
No, it auto installs to C:\sdk
C:\sdk\platform-tools\
This will help a lot of those I see struggling with root not knowing anything about sdk/adb. Great post. Perhaps linking a guide to adb will help people as well?
Looks good. Newbs all around are rejoicing.
jaskru said:
This will help a lot of those I see struggling with root not knowing anything about sdk/adb. Great post. Perhaps linking a guide to adb will help people as well?
Click to expand...
Click to collapse
Here is a great tutorial brought to you by Captainkrtek.
http://forum.xda-developers.com/showthread.php?p=9959449
The only difference in the tutorials is the path.
The path for adb with this installer will be: C:\sdk\platform-tools
Andrew. You. Are. Amazing!!
Norton Antivirus Deletes it once downloaded, Its Saying it a bad Program.
Im going to Disable it and give it a shot.
failed msxml 4.0 sp3
failed windows media format 11 runtime
first time i ran with java installing also and nothing installed, so i reran it after and this time the first two failed, im assuming i do need both, should i get them from the source instead?
Ghost401 said:
Norton Antivirus Deletes it once downloaded, Its Saying it a bad Program.
Im going to Disable it and give it a shot.
Click to expand...
Click to collapse
I can guarantee and you have my word that the applicaton installer is clean. Norton AV also has many false positives.
arasky said:
failed msxml 4.0 sp3
failed windows media format 11 runtime
first time i ran with java installing also and nothing installed, so i reran it after and this time the first two failed, im assuming i do need both, should i get them from the source instead?
Click to expand...
Click to collapse
Hmm, strange. What version of Windows are you running?
Also, check to see whether you already have java installed. If you do then java is not necessary to complete the installation successfully.
Great job man great contribution! Cheers to you
andrew8806 said:
Hmm, strange. What version of Windows are you running?
Also, check to see whether you already have java installed. If you do then java is not necessary to complete the installation successfully.
Click to expand...
Click to collapse
windows vista ultimate, im running it boot camp on my mac. its what i used when i rooted my droid back in the day. java was installed using the package above since the last time i used it was to root
Edit: using a different computer, running fine, thanks
arasky said:
windows vista ultimate, im running it boot camp on my mac. its what i used when i rooted my droid back in the day. java was installed using the package above since the last time i used it was to root
Edit: using a different computer, running fine, thanks
Click to expand...
Click to collapse
Glad you were able to get it to work!
Thanks for this!!! My plan is to slowly get to root. I want to try to push a few apps first.
This works really well. Made setting up adb and rooting the thunderbolt so easy.
Thanks I used this to help root my phone.
Only issue I notice is that when I click sdk manager.exe the console comes up shortly and dissappears after about 2 seconds. How do I fix this? Is it because your program only installs the non-jdk version of Java possibly?
Any tips would be appeciated

Windows 8 and SDK Installer

Guys i have a trouble...
I installed windows 8 and JDK 7 without problems but when i go to install the android SDK tools the installer says to me that can't find Java SE Development Kit.
Don't worry I'm not a noob and yes i downloaded the right version of JDK. Simply the SDK installer can't find C:\windows\system32\java.exe when in fact the file is in that folder.
I go to set an environment variable Java_home that point to Java.exe but does not work.
Can anyone help me? Thanks.
Mine is working fine. I downloaded the latest version of JDk. There was no neeed of setting environment variables.eclipse and adk works fine.i use latest juno with with updated sdk.
send from Gods Own Country........
Java and the Android SDK
Uninstall Java and when you start to install the Android SDK it will prompt you to install Java and provide a link. Once it does that click on the link and let it take you to the Java download page and install the latest JDK. If that does not work open your hard drive and make sure that the Android SDK and Java are both under program files and not your username or something else. I just had a problem with the Android SDK and for some reason it installed it self under my user name and I had to move the folder myself and once I did that everything installed fine.
I just bumped into the exact same situation as OP, I solved it by removing the 64 bit JDK 7 and installing 32 bit version. I'm using Windows 8 if that matters.
Have same issue, will try to do suggestion and report back.
Sent from my Nexus 7 using XDA Premium HD app
njankit said:
I just bumped into the exact same situation as OP, I solved it by removing the 64 bit JDK 7 and installing 32 bit version. I'm using Windows 8 if that matters.
Click to expand...
Click to collapse
after trying for 2 hours with different "fixes" and guides, this one works and it's so simple, can confirm on windows 8 64bit installing java jdk 7 32bit makes the android sdk see java
The SDK is probably set to require the 32-bit JRE for some reason. Not sure what's up with that... some software (Minecraft comes to mind) insists on 32-bit in its manifest, even though it actually runs better under 64-bit Java. You can try checking for a manifest specifying 32-bit in the relevant jar...

[Q] creat new project in Android Studio does nothing!

it just does nothing at all!
i open it from bin (studio64.bit)
What you mean by "it does nothing"?
It opens wizard, and after wizard project workspace ( folders / files) are not created?
Or it doesn't even open wizard and "new project" button is not active or it not performing any action?
What version of Android Studio have you downloaded and installed?
Have you sdk installed before or together with Android Studio?
saffron82 said:
What you mean by "it does nothing"?
It opens wizard, and after wizard project workspace ( folders / files) are not created?
Or it doesn't even open wizard and "new project" button is not active or it not performing any action?
What version of Android Studio have you downloaded and installed?
Have you sdk installed before or together with Android Studio?
Click to expand...
Click to collapse
sorry for long time, its 0.9.2 i didn't get notification please quote !
it doesn't do anything at all, no wizard , its like im clicking nothing, it happens in both ubuntu and windows! it just gets darker and doesn't get bright again! !
Have you installed Android Studio by wizard? And if not have you set proper variables to Java, Android Sdk and studio?
saffron82 said:
Have you installed Android Studio by wizard? And if not have you set proper variables to Java, Android Sdk and studio?
Click to expand...
Click to collapse
no i just unzipped the file i downloaded from another website, android.dev is forbidden here !
kamranhaghighi said:
no i just unzipped the file i downloaded from another website, android.dev is forbidden here !
Click to expand...
Click to collapse
And if not have you set proper variables to Java, Android Sdk and studio?
i don't know what you mean by that! not sure!
i give up
First of all just install java JDK.
Then follow step by step installation from
https://developer.android.com/sdk/installing/index.html?pkg=studio
When you will have SDK, JDK, and android studio, please check system path to verify if everything is on place. What's more in Windows verify if you have access as a user to folder where all three programs are installed.
I think you need to offer more details so others can help you. Like what OS are you using, Window, Linux, Mac? And where did you download the install package?
Personally I don't even believe you have already installed it.
hello
surprising as I did not have any pbs to install AS (on W8.1 ok) with Android SDK. If it doesn't open at all them you seem to have some OS or env configurations problems.

Categories

Resources