Tag: android studio

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Android Studio: Opening Multiple Windows (Projects)

To open multiple instances of Android Studio, there is a setting for this: File > Settings > Appearence & Behavior > System Settings Check the“Open Project in a new window” box. It will now be possible to open multiple instances and projects in Android Studio.

Standard

Android Studio compileSdkVersion Requires JDK 1.8

Android SDK version 22 requires at least JDK 1.7. Android SDK 24 requires at least JDK 1.8. How do I change the JDK version in Android Studio? Considering that you already have JDK 1.8 installed, to change the JDK version in Android Studio go to: File > Project Structure > SDK Location Then change the

Standard

Android Studio ADB Not Found (Solved)

When we are using the 64-bit version of Linux, the IDE usually throws us the ADB Not Found error. After some research, I found a simple solution to the problem: just install the IA32 library: sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 Source: http://stackoverflow.com/questions/13571145/android-adb-not-found

Latest news

Latest news directly from our blog.