error opening trace file: No such file or directory (2)

It happens because you have not installed the minSdkVersion or targetSdkVersion in you’re computer. I’ve tested it right now. For example, if you have those lines in your Manifest.xml: <uses-sdk android:minSdkVersion=”8″ android:targetSdkVersion=”17″ /> And you have installed only the API17 in your computer, it will report you an error. If you want to test it, … Read more