Android - Can't create new v4.0 AVD

While creating Android 4.0 or later if you are facing error : "Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder." please go through this post.

No comments:

Post a Comment

Golang: Http POST Request with JSON Body example

Go standard library comes with "net/http" package which has excellent support for HTTP Client and Server.   In order to post JSON ...