the android development environment

本文详细介绍如何搭建Android应用程序的开发环境,包括安装JDK、下载Eclipse及ADT插件等步骤,并提供了开源项目的链接和API参考手册。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

the app development environment
http://developer.android.com/index.html
http://www.hzlitai.com.cn/article/ARM11/SYSTEM/android.html

the course
http://dl.dbank.com/c06oaccbzg#

the android screen monitor
http://code.google.com/p/android-screen-monitor/
put asm.jar into C:\Documents and Settings\Administrator\android-sdks\platform-tools (default) and doubleclick .

Step 1. Preparing Your Development Computer

1.need to install the JDK,
2.download eclipse from this location:http://www.eclipse.org/downloads   /The "Eclipse Classic" version is recommended.

Step 2. Downloading the SDK Starter Package

get the latest version of the SDK starter package from theSDK download page.

Step 3. Installing the ADT Plugin for Eclipse

Read Installing the ADT Plugin

In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and thefollowing URL for theLocation:
https://dl-ssl.google.com/android/eclipse/
If Eclipse can not find the remote update site containing the ADT plugin,try changing the remote site URL to use http, rather than https. That is, setthe Location for the remote site to:
http://dl-ssl.google.com/android/eclipse/
Note:After Add Repository dialog show,you select "ADT Plugin".Now,you should wait for a while until the proper items appear.

If you are still unable to use Eclipse to download the ADT plugin as aremote update site, you can download the ADT zip file to your local machine andmanually install it:

  1. Download the current ADT Plugin zip file from the table below (do not unpack it).
    NamePackageSizeMD5 Checksum
    ADT 16.0.1ADT-16.0.1.zip7000078 bytes03a2a23650ddac128c8b9e8aaf0aa433
  2. Follow steps 1 and 2 in the default install instructions (above).
  3. In the Add Site dialog, click Archive.
  4. Browse and select the downloaded zip file.
  5. Enter a name for the local update site (e.g., "Android Plugin") in the "Name" field.
  6. Click OK.
  7. Follow the remaining procedures as listed fordefault installation above, starting from step 4.

Step 4. Adding Platforms and Other Components


the open source project
http://blog.youkuaiyun.com/dellheng/article/details/7166411#comments





android源码单个下载
https://android.googlesource.com/

android源码使用repo批量下载
http://source.android.com/
http://blog.youkuaiyun.com/luoshengyang/article/details/6559955#comments
http://www.cnblogs.com/dwayne/archive/2011/11/16/2250732.html

andorid源码在线查看
http://androidxref.com/source/



android api参考手册
http://developer.android.com/reference/packages.html

android app环境建立
http://developer.android.com/sdk/index.html
、、、、、、、、、、、、、、、、、、、、、、
the driver/kernel development environment
http://source.android.com/index.html
> react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 1715 file(s) to forward-jetify. Using 12 workers... info JS server already running. info Installing the app... Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings 6 actionable tasks: 6 up-to-date FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':jcore-react-native'. > Could not determine the dependencies of null. > Could not resolve all task dependencies for configuration ':jcore-react-native:classpath'. > Could not find com.android.tools.build:gradle:2.2.3. Searched in the following locations: - https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.3/gradle-2.2.3.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project :jcore-react-native * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 17s error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':jcore-react-native'. > Could not determine the dependencies of null. > Could not resolve all task dependencies for configuration ':jcore-react-native:classpath'. > Could not find com.android.tools.build:gradle:2.2.3. Searched in the following locations: - https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.3/gradle-2.2.3.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project :jcore-react-native * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 17s at makeError (D:\AwesomeProject\node_modules\execa\index.js:174:9) at D:\AwesomeProject\node_modules\execa\index.js:278:16 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async runOnAllDevices (D:\AwesomeProject\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:109:5) at async Command.handleAction (D:\AwesomeProject\node_modules\@react-native-community\cli\build\index.js:192:9) info Run CLI with --verbose flag for more details.
最新发布
08-09
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值