Problem occuring when trying to install Android Studio - android

When I'm trying to install android studio on my 32 bit Windows 10 computer, it says that an error occurred while trying to compute required packages. What should I do?

Solution:
Download the Java SE Developement Kit (Directdownload for 32Bit) and install it.
After that you can access Android Studio on it's site choosing the No .exe installer version:
Extract it and go into the bin folder and execute studio.exe (this is for 32bit).
PS: The studio64.exe is ONLY recommend for 64bit machines.
This will work! I bet you have installed the wrong Android Studio Version. So uninstall your current Android studio and follow the steps above. Cheers.

Related

Running Android Studio on Windows 10

I have a Dell Laptop that came with Windows 7 installed. I downloaded Android Studio 1.5 and installed it with the SDK's. I was able to run Android Studio and import a sample project and run it.
Then, I upgraded to Windows 10. I uninstalled Android Studio sensing that a compatibility issue would arise. I installed Android Studio 1.5 again and the required SDK's were downloaded and installed by the installer. The installer also opened Android Studio and allowed me to import the sample project.
I quit Android Studio and tried to run it again clicking on the Studio64 executable in one of the bin files. Windows 10 rejected Android Studio with the message, "This app can't run on your PC".
I don't understand why Windows 10 did nothing when Android Studio was run the first time by the installer but chose to block me when I tried to run it again.
Can someone explain and help me? Also, what is the solution?
Chandrasekharan K
I am facing same problem with android studio after upgrading windows 10..
first uninstall the studio and install again..
if you are installing studio in system drive.. don't do this..
choose different drive. and then set appropriate SDK path.
It will work for me.
thank you.
My solution to this problem is to run the studio64.exe in androidstudiodir/bin ?

Cannot run program sdk path on android studio on ubuntu

I was using windows 10 and I have SDK stored on
D:/android/android-sdk
and I switching to Ubuntu 14.04.3 LTS and I insalled android studio 1.5 and I set the path of SDK
/media/usr/partition-name/ANDROID/android-sdk
and I have a problem message
ProcessNotCreatedException: Cannot run program "/media/usr/partition-name/ANDROID/android-sdk"
You must download Android SDK for Linux, not for Windows ;-)
It's strange that Android Studio didn't ask you about installing SDK libs - it's integrated with this IDE.
Do not use media or local path. Please unpack it in your local directory: home/your_name/
If you have any question, please free to ask

Failing to install android studio on windows 8.1

I have downloaded the android studio exe file several times and while installing it gives an error enter image description here
I have tried it several times but i don't know what is the problem.Can't we use android studios in windows 8.1? All my dev work is really stuck.. please help
You should try and install Android SDK Manager first.
Run it as Administrator and download the latest Build Tools.
Then install Android Studio and provide the location of your android sdk
folder during or after install.

Titanium appcelerator studio Installation issue

I am facing problem with Installation of Titanium Studio.
I have set up all the required Environment Variable's
This is my JAVA_HOME variable C:\Program Files (x86)\Java\jdk1.7.0_25;
This is mt Path Variable C:\Development\android-sdk-windows;C:\Development\android-sdk-windows\platform-tools;C:\Development\android-sdk-windows\tools;C:\Program Files (x86)\Java\jdk1.7.0_25;C:\Program Files (x86)\WinAnt\bin;D:\Android SDK\android-sdk_r16-windows\android-sdk-windows\tools;C:\Development\phonegap-2.9.0\lib\android;
I have installed jdk1.7.0_25 and JRE 7.
Also I have given my path of Android SDK D:\adt-bundle-windows-x86_64-20130219\sdk, at Android SDK home variable.
But now when i try to connect Android sdk with Titanium Studio it is just showing me Installing Android and nothing is happening.
When i try to Run an Application it gives me an Error It Appears that you do not have android SDK installed in your system please follow the instructions at the Dashboard to configure SDK
I have followed same but not finding solution, Please help me.
Thanks in advance.
Always have a good look at titanium compatibility matrix.Jdk 1.7 is not compatible until now only 1.6 is suitable for android
http://docs.appcelerator.com/titanium/3.0/#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-JavaDevelopmentKit
Thanks
From Documentation
The 32-bit version of the JDK is required regardless of whether Titanium is running on a 32-bit or 64-bit Windows system.
On Windows, Studio contains its own JRE, meaning you do not need to install the JDK before installing or launching Studio but will need it
to use the Titanium SDK.
Titanium Studio prompts you to install the JDK when installing the Android SDK from the Dashboard on Windows.
Try to install 32 bit java in your system.
Please refer Compatibility and Download

Use Android sources plugin with Eclipse ADT bundle

I followed android.com's instructions for installing eclipse with android developer tools (ADT) bundle. I then in eclipse do Help > Install New Software... to attempt to install Android Source Plugin which I have happily used for at least a year on my old eclipse installation.
Attempting to install it using Java Rel7, I get an error which I found some bug reporting was due to running eclipse on Java Rel7. So I tried to run Java Rel5 but this version of eclipse needs Java Rel6. So I installed Java Rel6 and tried running eclipse on that and installing the Android Source Plugin, but that failed too.
Anybody else run in to anything like this? Know any workarounds?
You could try installing eclipse and the SDK seperately. I've had to install android a few times recently on different machines and this is the approach Ive taken. You can download eclipse from the eclipse website at http://www.eclipse.org/downloads/. (I have the first option Eclipse IDE for Java EE developers).
After that is installed you can install the android sdk using this guide http://mobile.tutsplus.com/tutorials/android/android-sdk-installation/
Also make sure if you want to test on a phone that you go into the android sdk manager (should appear somewhere in eclipse when SDK installed) and download the updates there.

Categories

Resources