Starting the Android emulator in SDK tools, revision 12

As was previously suggested, it does seem to be caused by the fact that there is a space in the default installation path of the Android SDK: C:\Program Files\Android\android-sdk\ There are a couple of possible solves, though- move installation directories to paths that do not contains spaces (as already mentioned)… but simpler and possibly slightly … Read more

When I load ADT why do I receive the error “The Android SDK requires Android Developer Toolkit version XX.X.X or above?”

For some reason ADT (Eclipse) won’t pick up on the fact that it does in fact need to be updated. Since the built in tools for updating are failing you you’ll have to work around them. On the Help menu instead of selecting Check for Updates instead pick Install New Software (so Help > Install … Read more

“sdkmanager: command not found” after installing Android SDK

On Ubuntu 18.04, the binary sdkmanager is indeed not included in the apt-package android-sdk. This worked for me: Install android-sdk via apt, as you described: apt-get install android-sdk Set environment variable ANDROID_HOME if not done yet. For example: export ANDROID_HOME=/usr/lib/android-sdk Download and install the command line tools of Android Studio from https://developer.android.com/studio#command-tools. You actually don’t … Read more

libz.so.1: cannot open shared object file

After checking to which package does the libz.so.1 belongs (http://packages.ubuntu.com/lucid/i386/zlib1g/filelist) you should try to install zlib1g: sudo apt-get install zlib1g As pointed by @E-rich, it may be required to add a :i386 suffix to the package name for the package manager correctly identify it: sudo apt-get install zlib1g:i386 EDIT (for CentOS or other distro that … Read more

Android Hello-World compile error: Intellij cannot find aapt

It appears that the latest update to the r22 SDK release moved aapt and the lib jar from the platform-tools to the build-tools directory. While we wait for JetBrains to release an update, here’s a quick fix using a couple of symbolic links: From your AndroidSDK/platform-tools directory, run the following: ln -s ../build-tools/17.0.0/aapt aapt ln … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)