Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install Android Studio Bundle? "Unable To Elevate Error Message"

Tags:

java

android

I am new to Android development and I am trying to install the Android Studio Bundle from: http://developer.android.com/sdk/

I downloaded it and installed JDK 8u25 from: http://www.oracle.com/technetwork/java/javase/downloads/index.html

I installed the JDK first and then tried to launch the android-studio-bundle-135.1641136.exe file that was downloaded from Android.com but when I run it I get the following pop up error: Unable to elevate [error: ]

Haven't even installed yet and I'm already running into issues.. please help!

Thanks sincerely for any assistance you can provide.

like image 950
ErinSKabbash Avatar asked Jan 02 '15 05:01

ErinSKabbash


People also ask

Why can't I install Android Studio on Linux?

This prompt is caused by new privacy protection mechanisms for applications that access files under the home directory. So, if your project includes files and libraries in your home directory, and you see this prompt, you can select Don't Allow . To install Android Studio on Linux, proceed as follows:

Why won't Android Studio start after upgrading to Android 11?

In the SDK Platforms tab, check the box labeled Show Package Details and select revision 9 or higher of the Android 11 emulator. If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version of Android Studio or an incompatible plugin.

How to download and install Android SDK in Android Studio?

1 In Android Studio go to Tools > SDK Manager. 2 Go to the SDK Tools tab as shown in the below image. 3 Select the Android SDK Command-line Tools (latest) and download by pressing Apply.

How do I set up Android Studio?

Setting up Android Studio takes just a few clicks. First, be sure you download the latest version of Android Studio. To install Android Studio on Windows, proceed as follows: If you downloaded an .exe file (recommended), double-click to launch it.


1 Answers

Actually figured it out.. stupid but I had to run the android-studio-bundle-135.1641136.exe by right clicking and doing "Run as administrator". Hopefully this will help someone else that runs into the similar issue!

like image 51
ErinSKabbash Avatar answered Oct 12 '22 02:10

ErinSKabbash