Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio issue when installing

I'm not sure if this is at the right area, please tell me if not. When I try to run the android studio installer after downloading it, it says that "Installer integrity check has failed".

error image

I really want to move from eclipse to Android Studio, But I can't figure this out. Can someone help me?

like image 369
Mike Vaugh Avatar asked Jan 22 '16 02:01

Mike Vaugh


2 Answers

One possibility is that your download of the android studio is corrupt, which easily can happen if you're using a download accelerator. One solution would be to use NCRC switch.

you can do this by

  1. Drag and drop exe file command prompt. Now it should look something like this
    D:\android-studio-bundle-143.3101438-windows.exe
  2. Now make it D:\android-studio-bundle-143.3101438-windows.exe /NCRC and hit enter.
like image 142
Bharadwaj P N Avatar answered Oct 04 '22 02:10

Bharadwaj P N


If you are reaching this page from an error message, you are having a problem installing a program. The downloaded file is either incomplete or modified from the original file.

Here is the issue reported about the same problem:

Issue 185624: Android studio Installer NSIS Error
https://code.google.com/p/android/issues/detail?id=185624

like image 38
Rohit Sharma Avatar answered Oct 04 '22 03:10

Rohit Sharma