|
9 years ago -2 |
In a fresh installation of Android Studio 1.5 into a fresh LMDE2 system, with OpenSDK removed and replace by Oracle Java JDK 7. Update of JDK system default.
There is an error message 'Unable to run mksdcard SDK tool" during starting of Android studio and this cause by missing lib32stdc++6 package not installed. The problem is solved by apt-get install lib32stdc++6 package.