Sunday, July 4, 2010

Android Debug.startMethodTracing() failed

With the following exception: "file open failed".

Reason: No SD card write permission was given to the application (Android 1.6+)
Solution: Make sure you add the permission to the Manifest file -

No comments: