开发者

Where are the Android API Demos?

开发者 https://www.devze.com 2023-01-28 04:29 出处:网络
From where can I downlo开发者_JAVA百科ad apidemos for Android 2.1?For API 18 its on sdk/samples/android-18/legacy/ApiDemos

From where can I downlo开发者_JAVA百科ad apidemos for Android 2.1?


For API 18 its on sdk/samples/android-18/legacy/ApiDemos and for others its on sdk/samples/android-x/ApiDemos


Hi dey are available in the folder android-sdk/samples/apidemos


android.googlesource.com

https://android.googlesource.com/platform/development is the official repository that contains the "API Demos" app at path samples/apidemos.

That repository is mirrored at: https://github.com/android/platform_development

${SDK_DIR}/samples/ also contains many other interesting sample apps.

I was also maintaining some unofficial demos which are more minimal than the official ones: https://github.com/cirosantilli/android-cheat


If you have just installed the Android plugin through Eclipse, check your android-sdk-windows folder for SDKManager.exe.

Double click on that and a window will pop up asking you which packages you want to install.

The APIDemos you are looking for will be in samples for SDK API 7(8), revision 1

These files shall be installed to the directory /android-sdk/samples/...


As of 2015 Google has moved a number of their Android samples apps to github:

https://github.com/googlesamples?utf8=%E2%9C%93&query=android


Currently it's in :

C:\Users\User\AppData\Local\Android\Sdk\system-images\android-25\google_apis_playstore\x86\data\app

but it's just the APK for some reason


And you can download API Demos application from Google Play


I found mine at C:\Users\User\AppData\Local\Android\Sdk\system-images\android-25\google_apis_playstore\x86\data\app\ApiDemos.

0

精彩评论

暂无评论...
验证码 换一张
取 消