adt

Trying to install Android ADT and a few other things in Eclipse

妖精的绣舞 提交于 2019-12-11 11:41:04
问题 And I pretty much feel like I'm getting the runaround. I get this error: Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 20.0.0.v201206242043-391819 (com.android.ide.eclipse.adt.feature.group 20.0.0.v201206242043-391819) Missing requirement: Android Development Tools 20.0.0.v201206242043-391819 (com.android.ide.eclipse.adt.feature.group 20.0.0.v201206242043-391819) requires 'org.eclipse.wst.sse.core 0.0.0'

Eclipse Crashing on Startup

假装没事ソ 提交于 2019-12-11 09:54:04
问题 Whenever I try to start eclipse, the Loading Screen comes up for about a second, and suddenly disappears. No errors come up. I tried running it from command prompt, and the same thing happened, with no errors. Then, I tried doing ".../eclipse/eclipse.exe -clean" and it didn't do anything. Thanks for any help. 回答1: This problem is happening because of information written**eclipse.ini** inside your extracted eclipse folder original data in eclipse.ini is -startup plugins/org.eclipse.equinox

Current Android Gradle Support on Eclipse?

馋奶兔 提交于 2019-12-11 09:16:45
问题 Does anyone know if Eclipse's Android Gradle support is up to snuff or is it crazy not to go onto Android Studio? Is Eclipse Android totally Jurrasic Park at this point? 回答1: As android studio is now the official IDE for android programming, and eclipse IDE is no longer officially supported, yes you should switch to android studio. I wouldn't go as far as to call you crazy if you didn't, though. You can keep using eclipse if you prefer that IDE, but you'll miss out on future awesomeness. From

After Updating ADT 23, SDK path miss from preference [duplicate]

狂风中的少年 提交于 2019-12-11 09:08:56
问题 This question already has answers here : Update Eclipse with Android development tools v. 23 (43 answers) Closed 5 years ago . After Updating the ADT 23 getting the error for annotation tried too much appreciated solutions but can't able to solved it. Then after new problem arise that the SDK path not Found in Preference when tried to set Path again There is no enable ok button. NOTE: Using ADT bunble eclipse "Not specific eclipse version JUNO or etc". Using Ubuntu OS 12.4 回答1: I got The

HAXM gone after latest SDK update

你。 提交于 2019-12-11 08:47:29
问题 Ouch. I was using HAXM with Android versoin 19 quite fine. Project team wanted to use Android 18. I fell back. Now, HAXM no longer shows in AVD manager to add an AVD nor in Android Targets for project settings. Well, I can point my SDK to an old (oct 2013 release of adt) sdk and haxm is there and works. So, I totally reinstalled the ADT (20140321 version). That STILL doesn't have HAXM. Re-installed HAXM, just in case. Anyone figure this out yet: how to get HAXM (x86 target) to show up with

Installing the ADT Plugin

家住魔仙堡 提交于 2019-12-11 08:20:56
问题 I am having trouble installing the plugin, I have tried with and without https, http ect. I have downloaded the file and tried to install it that way. Everytime the green bar at the bottom just doesn't move and then after about 10 mins i get this message. Unable to read repository at http://download.eclipse.org/webtools/downloads/drops/R3.3.2/R-3.3.2-20120210195245/repository/content.jar. Read timed out Im using windows 7 and eclipse indigo. Any ideas, Thanks 回答1: It might be that the

How to completly reinstall ADT?

血红的双手。 提交于 2019-12-11 07:54:01
问题 After failing to make GCM work (see one of many 'GooglePlayServicesUtil class not found' questions), desparately I tried to follow one advice which was to reinstall ADT. After doing so now nothing is working: SDK path was wrong (fixed), previous AVDs are broken, I can't create new AVD since the OK button is disabled, 'Check for updates' declares that there are no updaes but yet pops-up an error dialog saying: "Unable to read repository at http://download.eclipse.org/releases/juno. Unable to

Moving jar to libs folder in eclipse

允我心安 提交于 2019-12-11 07:35:30
问题 Following the new ADT 17, I'm trying to move an imported jar file from "Referenced libraries" to "libs". It seems like I'm doing something wrong. I created a new (regular) folder and named it "libs". When I'm trying to drag/copy paste the jar, it says "Cannot paste the clipboard contents into the selected elements". What am I doing wrong? 回答1: Just as an idea. Don't use Eclipse to copy the files. Copy them with our file browser. After you are done goto Eclipse, click at the project's root and

android sdk ( 23 ) completely broken - where is an archive of 22.6?

旧时模样 提交于 2019-12-11 06:59:01
问题 --EDIT-- see the comment for the missing archive Made the mistake of downloading r23 of the sdk and now all ant, CLI project builds are broken. Still on ant/eclipse do to NDK.... i have read this. I know what state i want to get back to but am unable to find a 22.6 version of $SDK_ROOT/tools folder... No [zipalign] .... its gone No [proguard] .... its gone oops. i dont have a backup of the tools directory and i can not seem to find older SDK downloads on the android sites ( all links point to

Eclipse hangs when trying to add menu.xml

断了今生、忘了曾经 提交于 2019-12-11 06:53:04
问题 I've recently starting developing with the android sdk. Currently, I am trying to add code to use a menu, however, when I try to add a menu.xml under res/menu, Eclipse hangs and freezes every time. When I reopen the Eclipse, menu.xml is there, but every time I try to open it, Eclipse hangs and freezes again. I am running on OS X Snow Leopard, Eclipse 3.6.2 and the latest android sdk and adt plugin. Any help, insight, thoughts?? I am thoroughly stuck. Thanks. Dustin 回答1: Thanks for the input