- The Android Game Developer's Handbook
- Avisekhar Roy
- 143字
- 2021-07-14 10:28:59
Android Development Tool
Android Development Tool (ADT) is a plugin for the Eclipse IDE that is designed to give a powerful, integrated environment in which to build Android applications.
ADT extends the capabilities of Eclipse to let the developer quickly set up new Android projects, create an application UI, add packages based on the Android framework API, debug the applications using the Android SDK tools, and even export signed (or unsigned) .apk
files in order to distribute the application.
Developing in Eclipse with ADT is highly recommended, and is the fastest way to get started. With the guided project setup it provides, as well as tools integration, custom XML editors, and the debug output pane, ADT gives an incredible boost to developing Android applications.
However, ADT support for Eclipse is being pulled by Google, so developers are recommended to switch to Android Studio.
- Functional Python Programming
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門(mén)寶典
- R語(yǔ)言經(jīng)典實(shí)例(原書(shū)第2版)
- Rake Task Management Essentials
- 跟老齊學(xué)Python:輕松入門(mén)
- Bulma必知必會(huì)
- Hands-On JavaScript High Performance
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- AutoCAD VBA參數(shù)化繪圖程序開(kāi)發(fā)與實(shí)戰(zhàn)編碼
- C語(yǔ)言實(shí)驗(yàn)指導(dǎo)及習(xí)題解析
- Mastering Business Intelligence with MicroStrategy
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門(mén)到精通(第二版)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Pandas 1.x Cookbook
- C/C++代碼調(diào)試的藝術(shù)