Here is a list of known issues in the Android Tools releases. The issues reported here will be fixed in a future version.
Click here to jump directly to the known issues for Android Studio 0.1, Tools R20, Tools R15, Tools R14, Tools R13. Windows: Application doesn't launch We have 2 possible issues:
We know 0.1 is pretty rough and we're working actively on getting things better. Tools R20 SDK Manager
Tools R15 SDK Manager
Tools R14 Emulator
You can disable the webcam by editing the AVD ini file and adding hw.webcam.count=0 in it.
Note that you can also add this through the AVD Manager. Edit the AVD and in the hardware section, click add, find "Number of emulated web cameras" in the drop down and add it to your AVD.
Build System
This is due to a failure to remove previous library source folders from the main project. Incidentally, the fragility around those linked source folders is one of the reason we are moving away from this mechanism (see more info at http://tools.android.com/recent/buildchangesinrevision14).
The solution is to remove those <libraryname>_src source folders from your projects. Just right click them and choose Build Path > Remove from Build Path. You should also be prompted to remove the linked folder which you should do. If you're not prompted, remove it manually. You can see some screenshot of the problem in this great post: http://android.foxykeep.com/dev/fix-the-conversion-to-dalvik-format-failed-with-error-1-with-adt-14
DDMS/ADT LogCat View
Fixed in r15. On certain machines, the logcat view will stop scrolling to show the latest received log message. Moving the scroll bar manually to the end should trigger the view to auto scroll, but it stops again after a short time.
SDK Manager When updating Platforms Tools, the log displays an error: 'adb kill-server' failed -- run manually if needed’. The error is benign, please ignore it -- in fact it just means ADB isn't running, so it can't be stopped. [Issue:
AVD Manager Fixed in r15. Crash when creating an AVD for the GoogleTV addon [Issue 20963].
Workaround is available at http://stackoverflow.com/questions/7824203/android-sdk-14-cant-create-gtv-device/7843608#7843608 ADT
Testing Fixed in r15. ant test fails with Syntax error: Bad substitution.
A last minute change introduced this error in the Ant rules file. The workaround is to edit <SDK>/tools/ant/build.xml, line 318 and to change ${manifest.package} with ${tested.manifest.package}. [Issue Tools Fastboot.exe is missing from the tools folder. It will be added later in tools 16. In the meantime it can be found in the tools 13 windows archive. [Issue
Tools R13 SDK Manager
This
is expected if you're using the SDK Manager from ADT 13 or earlier, or
the tools 13 or earlier. We had to change the XML schema used by the
download site to support some new features. Please first update the
tools to Tools 14, or your ADT to version 14. You'll be then able to
install all the SDK platforms and packages as usual.
Updating SDK Manager.exe
Error: The process cannot access the file because it is being used by another process. There are 2 easy workarounds:
- Open an Explorer on the SDK tools folder and manually launch android.bat from there. - Open a cmd.exe, cd to your SDK and type "tools\android.bat". [Issue 11989] |



