http://developer.android.com/guide/index.html
http://www.techdoctranslator.com/android 開発ガイド
http://www.muo.jp/android/ みゅお(muo_jp)によるAndroidのドキュメント翻訳
since 2017-12-22
since 2013-03-14
http://developer.android.com/sdk/installing/bundle.html
Unable to find a 'userdata.img' エラーが出る:
Unable to find a 'userdata.img' が ABI x86 で出る:
$ cd /Applications/adt-bundle-mac-x86_64/sdk/system-images/android-10/x86 $ mv images/x86/* .
since 2013-06-23
http://developer.android.com/reference/android/os/AsyncTask.html
http://androidon.jp/class/os/AsyncTask/
public final AsyncTask<Params, Progress, Result>