Saturday, February 22, 2014

Android Virtual Device Error: Error opening trace file: No such file or directory (2)


In AndroidManifest.xml file update the targetSdkVersion to the latest version which have installed in your system.

For example: 

<uses-sdk
        android:minSdkVersion = "14"
        android:targetSdkVersion = "19" 

/>

No comments: