Failing to install android studio on windows 8.1 - android

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.

Related

Problem occuring when trying to install Android Studio

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.

Genymotion ADB is not taking android-sdk

I am using flutter with android studio on Ubuntu 18.4.
I am trying to run android studio with Genymotion Emulator, so:
I installed genymotion device and run it
and I added genymotion plugin to android studio.
but I could not find the device in genymotion device manager.
I did some search and found that i must make genymotion ADB use the same SDK of android studio.
I tries to do this but Genymotion gave me an error
"this folder does not contain any Android SDK"
this is the error
although this path is same in android studio
Any help please;
Just make sure that you have ADB installed.
Check this link for the downloading information platform-tools and make sure that you have at least one platform installed.
Also, run flutter doctor to make sure that you have nothing missing. or else flutter will inform you of the missing dependencies.

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 ?

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.

Installing Android SDK $(^Name) appcrash error

I am trying to install androids SDK + the AVD manager on the windows 7 platform and a $(^Name) error is coming back after the installation wizard fails. Under the 'more description link-option, a defined 'appcrash' has accrued. How do i resolve this issue, I've tried numerous attempts!
I suggest you install Eclipse, and install ADK Eclipse plugin. Here for more details on how to do it.

Categories

Resources