adt

Android 开发NDK,SDK环境配置详解一

你离开我真会死。 提交于 2019-12-01 11:18:21
Android 开发 NDK , SDK 环境配置详解一 Windows 环境下 Android 开发环境配置清单: 1, Eclipse 2, Eclipse 插件 CDT 支持 C/C++ 开发的插件 3, Eclipse 插件 ADT 支持 Android 的开发插件 4, Android-SDK 5, Android-NDK 6, Cygwin 7, Eclipse 插件 Sequoyah Sequoyah Sequoyah 的项目负责人者 Eric Cloninger 说: “Sequoyah 是 2009 年 12 月特许为移动开发人员提供的一个项目,不管他们使用的是何种编程语言或移动平 台, Sequoyah 都能提供帮助,项目的贡献者来自摩托罗拉,诺基亚和 Wind River , Sequoyah 也积极参与了 RIM 和 Symbian 基金会。我们是从 DSDP 的几个子项目开始这个项目的,在太阳神中,我们增加了新的组件 进来,随着这次的发布,我们这个项目也将顺利从实验室毕业,正式进入成熟项目家庭中的一员, Sequoyah 的未来是充满希望的,因为我们正在进行一些支 持 Web 应用程序和 Android 本地开发的努力 ” 。 Cygwin cygwin 是一个在 windows 平台上运行的 unix 模拟环境,是 cygnus solutions

Google map view no longer loading after ADT upgrade; apparent authentication issue?

混江龙づ霸主 提交于 2019-12-01 11:00:27
I'm working on an location-aware Android app that uses Google Maps. I upgraded by ADT to 23.0.0.1245622 the other day. I think I was on v22.6.2-1085508 before then. Now the map view only contains the Google logo and the +/- buttons. And, eerily, my logcat contains the following line: 07-01 12:15:08.548: E/Google Maps Android API(6299): Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors). I have tried cleaning the project, by the way. No dice. I tried running this on an AVD instead of my Galaxy S3. No dice. I tried

Class not found exception on android

巧了我就是萌 提交于 2019-12-01 10:34:21
I get some soure from net. and import on my workspace. When i run on emulator, its throws, "05-28 17:30:47.895: E/AndroidRuntime(840): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.developmentmill.laserlogic/com.developmentmill.laserlogic.StageActivity}: java.lang.ClassNotFoundException: com.developmentmill.laserlogic.StageActivity in loader dalvik.system.PathClassLoader[/data/app/com.developmentmill.laserlogic-2.apk]" But when i run the same code on my friend machine, its running without any error. My eclipse ADT Version is 17.0 my friend eclipse ADT version is

Android应用开发相关下载资源(2014/12/14更新)

a 夏天 提交于 2019-12-01 10:20:27
Android 应用开发相关下载资源 官方终于发布了 Android Studio 正式版, Android Studio 将会成为推荐使用的主要 Android 开发工具 . (1)Android SDK (Android SDK 主安装包,包含 SDK Manager 、 AVD Manager 、工具包 tools ,释放后的根文件夹为 android-sdk-windows): revision 23.0.2 http://dl.google.com/android/android-sdk_r23.0.2-windows.zip http://dl.google.com/android/installer_r23.0.2-windows.exe http://dl.google.com/android/android-sdk_r23.0.2-macosx.zip http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz revision 24.0.1 http://dl.google.com/android/android-sdk_r24.0.1-windows.zip http://dl.google.com/android/installer_r24.0.1-windows.exe http://dl

Android应用开发相关下载资源

邮差的信 提交于 2019-12-01 10:20:05
官方终于发布了Android Studio正式版,Android Studio将会成为推荐使用的主要Android开发工具. (1)Android SDK (Android SDK主安装包,包含SDK Manager、AVD Manager、工具包tools,释放后的根文件夹为android-sdk-windows): revision 23.0.2 http://dl.google.com/android/android-sdk_r23.0.2-windows.zip http://dl.google.com/android/installer_r23.0.2-windows.exe http://dl.google.com/android/android-sdk_r23.0.2-macosx.zip http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz revision 24.0.1 http://dl.google.com/android/android-sdk_r24.0.1-windows.zip http://dl.google.com/android/installer_r24.0.1-windows.exe http://dl.google.com/android/android-sdk_r24.0.1

Class not found exception on android

淺唱寂寞╮ 提交于 2019-12-01 10:00:41
问题 I get some soure from net. and import on my workspace. When i run on emulator, its throws, "05-28 17:30:47.895: E/AndroidRuntime(840): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.developmentmill.laserlogic/com.developmentmill.laserlogic.StageActivity}: java.lang.ClassNotFoundException: com.developmentmill.laserlogic.StageActivity in loader dalvik.system.PathClassLoader[/data/app/com.developmentmill.laserlogic-2.apk]" But when i run the same code on my friend

where do get ADT 18 for eclipse?

会有一股神秘感。 提交于 2019-12-01 07:44:12
问题 My eclipse updated ADT to 20, which I believe sucks, and I want do get 18 back. But can't find where to download it from. In here https://dl-ssl.google.com/android/eclipse/ it offers only the version 20. Thanks 回答1: Download this file: http://dl.google.com/android/ADT-18.0.0.zip Then when going to install new software, click 'Add...' followed by 'Archive...' and then select the folder. 回答2: You can get it from http://dl.google.com/android/ADT-18.0.0.zip To get any other version, just replace

layoutlib.jar is missing! : Plug-in “com.android.ide.eclipse.adt”

痞子三分冷 提交于 2019-12-01 07:39:49
问题 I am getting an error in graphical layout of xml after installing the updates from : SDK Manager help->check for updates help-> Install new Software... Tell me how to get rid away from this problem ? Thanks 回答1: Changing the api level(at top right of graphical layout) from 19 to 18 fixed this problem ! :) 回答2: you can find that library for api 22 and upper here just add that lib to your project. 来源: https://stackoverflow.com/questions/22346234/layoutlib-jar-is-missing-plug-in-com-android-ide

Eclipse ADT Bundle crashes suddenly on Mint 16 Petra

早过忘川 提交于 2019-12-01 06:49:58
I recently installed Linux Mint 16 Petra (Cinnamon 64 bit) on my laptop (Quad core, 8 GB ram). I downloaded ADT Bundle for Linux (64 bit). As I start to use Eclipse for coding in Android, I notice that Eclipse suddenly crashes. I don't get any log error, it just crashes. It's happening frequently. Why does it crash? leber33 I found a solution right here on stackoverflow. Eclipse continue crashing For a workaround add the following to the end of your eclipse.ini -Dorg.eclipse.swt.browser.DefaultType=mozilla 来源: https://stackoverflow.com/questions/21634846/eclipse-adt-bundle-crashes-suddenly-on

How to automatically generate proguard-android.txt?

旧时模样 提交于 2019-12-01 06:33:02
Reading all the wonderful things the new ProGuard Improvements for Android do, I switched to to the new scheme by uncommenting the following line in a newly created project: proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt;proguard-project.txt But when I try to export this project's APK, I am greeted with the following message: Invalid proguard configuration file path C:\android-sdk-windows\tools\proguard\proguard-android.txt does not exist or is not a regular file Well, I checked the directory C:\android-sdk-windows\tools\proguard and, sure enough, while this directory exists