Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz

Tags:

android

how can we solve this types of the error -> "This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz."

like image 632
shripal Avatar asked Dec 24 '10 08:12

shripal


1 Answers

This is a problem with Mac OSX and the Eclipse Android emulators. There is nothing wrong with your code. It seems to happen at it's own whim. I find that starting the emulator on its own (Window>Android SDK and AVD Manager, select the emulator and click Start...) and then running the build once the emulator is online seems to eliminate it, but this could be pure superstition. Nonetheless, it will work on your Mac if she is in the right mood.

http://groups.google.com/group/android-developers/browse_thread/thread/f10995f2a829229d

like image 179
Chad Hedgcock Avatar answered Sep 23 '22 02:09

Chad Hedgcock