Skip to content Skip to sidebar Skip to footer

Installing Android Studio In Ubuntu 14.04 64-bit .android/repositories.cfg Could Not Be Loaded

When i'm installing Android Studio 2.1 It shows me error ./studio.sh Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0 log4j:W

Solution 1:

Android Studio will run fine without it, but if the warning concerns you, you can create the file ~/.android/repositories.cfg with the following content and the warning will not appear again.

### User Sources for Android SDK Manager
count=0

Post a Comment for "Installing Android Studio In Ubuntu 14.04 64-bit .android/repositories.cfg Could Not Be Loaded"