adt

Android - Adding Images To Project

元气小坏坏 提交于 2019-12-03 02:25:37
问题 I am brand new to Android and I am using Eclipse ADT to create a simple application. This application has a button that changes it's background image based on user clicks. I noticed that there are 4 folders for images in my project: drawable-hdpi, drawable-ldpi, drawable-mdpi, and drawable-xhdpi . and I also noticed that the images that are in there currently (the launcher icon) are all different sizes. Does this mean that I have to use some image editing software to create one image for each

Where is the Eclipse ADT bundle link? [duplicate]

大兔子大兔子 提交于 2019-12-03 02:23:59
问题 This question already has answers here : Where can i download Eclipse Android bundle (5 answers) Closed 4 years ago . On the official site for Android development I can no longer see the link for the Eclipse ADT bundle. I cannot switch to Android Studio as my framework is Ant based currently and not Gradle based. Do I need to download Eclipse and ADT plugins separately, or is there an Eclipse ADT bundle link (if it still exists)? 回答1: Here you can download adt bundles 2014-07-02: windows 32:

Plug-in com.android.ide.eclipse.adt was unable to load class android

匿名 (未验证) 提交于 2019-12-03 02:14:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am new to android development My eclipse was working properly. But now when I start a new project it give an error Problem opening wizard The selected wizard could not be opened The Detailed error message is The selected wizard could not be started . Plug - in com . android . ide . eclipse . adt was unable to load class com . android . ide . eclipse . adt . internal . wizards . newproject . NewProjectWizard . An error occurred while automatically activating bundle com . android . ide . eclipse . adt ( 239 ). I can't run existing

Ubuntu 64 with Android 64 Bundle cannot find adb executable

匿名 (未验证) 提交于 2019-12-03 02:06:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm experiencing the following problem when trying to run adb on Ubuntu 12.10, x86_64: [2013-02-19 20:56:04 - adb] Unexpected exception 'Cannot run program "/home/user/adt-bundle-linux-x86_64/sdk/platform-tools/adb": error=2, No such file or directory' while attempting to get adb version from '/home/user/adt-bundle-linux-x86_64/sdk/platform-tools/adb' I located adb, tried chmod +x adb and it just doesn't work. I also tried chmod +x platform-tools/ and chmod +x tools/ . After that I tried ./adb I've Googgled for the problem. They were talking

Installing the ADT Plugin for Eclipse

北战南征 提交于 2019-12-03 02:03:52
I am trying to install the ADT plugin for Eclipse. However, after I have went to "Install New Software..." and entered the plugin location https://dl-ssl.google.com/android/eclipse/ , "Pending..." is displayed. It does not change to "Developer Tools" no matter how long I wait. (I have also tried " http://dl-ssl.google.com/android/eclipse/ ) To get around this I tried downloading the current ADT Plugin zip file, but this does not work either. "Developer Tools" appears, but when I click "Next" it does not move past "Calculating requirements and dependencies." Please provide a solution to the

Can not install Android ADT 21.1 on eclipse Juno (Windows 7) after upadate to SDK 21.1

匿名 (未验证) 提交于 2019-12-03 02:00:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have download ADT 21.1, and tried install it on eclipse I got those: The operation cannot be completed. See the details. Details: Cannot complete the request. See the error log for details. Tracer for OpenGL ES will be ignored because it is already installed, and updates are not permitted. Android DDMS will be ignored because it is already installed, and updates are not permitted. Android Development Tools will be ignored because it is already installed, and updates are not permitted. Android Traceview will be ignored because it is already

Emulator screen hangs when trying to run android application

匿名 (未验证) 提交于 2019-12-03 01:58:03
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying for last 2 days but can not find any solution.My emulator screen hangs when trying to run android application with error message in error log as below: No command output when running: 'am start -n com.ss.hello/com.ss.hello.MainActivity -a android.intent.action.MAIN -c Exception stack trace: com.android.ddmlib.ShellCommandUnresponsiveException at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:408) at com.android.ddmlib.Device.executeShellCommand(Device.java:435) at com.android.ide.eclipse.adt.internal.launch

sdk 与adt不适用,在eclipse 中删除版本再装引起的问题

瘦欲@ 提交于 2019-12-03 01:36:34
eclipse 使用的是4.3版本的,sdk 使用24.3.2,这里的是一个全量包来的,就是从24.3.2 以下的版本都包括在里面了,而 adt 只找到最高 23.06 一开始还能用着,但是,因版本不对称,总是要在里面降低sdk的版本,很麻烦,就想着直接在eclipse 里面运行SDK Manager 将 24.3.2 的版本文件删除,留下23.0.2那些,但是,在里面删了24.3.2 后,再去行eclipse 后就出错了,说没有了sdk文件什么的了,于是就再下载一个只有 23.0.2 版本的 sdk ,将其反回到 sdk 目录里,这样,运行是可以运行了,但是,发现sdk 23.0.2 还是不能与 adt 23.0.6 适用,而在里面选更低版本就可用,于是,又删除sdk 的 23.0.2文件,再下载23.0版本的 sdk 装进 sdk 目录里,但是这时,运行 eclipse 正常,可建立 app项目到最后一步时,就出问题了,最后一步按 finish 后,这个页面不会象正常的那些,生成一个项目后就消失,他还是在这里,而项目是生成了,可是有红色的 X 而还有红色的错误提示 [2015-09-09 14:13:48 - daytime] D:\Android\workspace\daytime\res\values\styles.xml:7: error: Error

Eclipse ADT: Java was started but returned exit code=13

匿名 (未验证) 提交于 2019-12-03 01:10:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Could someone one clarify why my Eclipse ( http://developer.android.com/sdk/index.html ) from ADT won't start? Every time I'm getting this error: --------------------------- Eclipse --------------------------- Java was started but returned exit code = 13 C : \Program Files ( x86 ) \Java\jre7\b in \javaw . exe - Dosgi . requiredJavaVersion = 1.6 - Xms40m - Xmx768m - Declipse . buildId = v22 . 0.5 - 757759 - XX : MaxPermSize = 256m - jar C : \Users\Alexey\Desktop\tmp\adt - bundle - windows - x86_64 - 20130729 \adt - bundle - windows

Unable to Debug Library Projects with ADT v14 - Source Not Found

耗尽温柔 提交于 2019-12-03 01:09:48
Ever since upgrading my current projects to use the new R14 Tools in Eclipse, I'm now unable to debug any code that exists in my library projects. When I hit a break point in my library project code, instead of Eclipse opening the original source file, it opens up the read-only copy of the source file contained within the JAR with the message "Source not found". I've searched around for a solution to this, but have yet to come across anything. Does anybody else have any suggestions? It's quite a pain not being able to debug. EDIT The issue has came back and I'm no longer able to debug. I haven