- The Android Game Developer's Handbook
- Avisekhar Roy
- 137字
- 2021-07-14 10:28:58
Android SDK
Android SDK is the main development kit required to build any application for Android. Without going into details, it can be said that the SDK is the skeleton for any Android development. This SDK itself comes with dozens of support tools. It contains platform details, APIs, and libraries along with ADT and AVD. So having Android SDK integrated in the system provides the developer with all the necessary tools. It is a very good practice to always update the SDK with the latest platforms and other tools.
Upgrading can be done through the Android SDK manager. However, platform selection is manual, and it is recommended to have only the necessary platforms as per requirements. Another best practice is to have the latest released platform along with the minimum targeted version of Android (image source: http://photos4.meetupstatic.com/photos/event/1/1/0/f/highres_441724367.jpeg):

- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Extending Jenkins
- PWA入門與實(shí)踐
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Python自然語言處理實(shí)戰(zhàn):核心技術(shù)與算法
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- Learning Neo4j 3.x(Second Edition)
- TypeScript實(shí)戰(zhàn)指南
- Unity 5.x By Example
- 小程序開發(fā)原理與實(shí)戰(zhàn)
- 網(wǎng)站構(gòu)建技術(shù)
- PySpark Cookbook
- 從零開始學(xué)Linux編程
- NGINX Cookbook