eclipse-adt

android导出项目时遇到errors occurred during the build

℡╲_俬逩灬. 提交于 2020-04-10 18:34:53
遇到errors occurred during the build这个问题很久了,没有找到好的方法,一直都是用debug下的apk包再签名,这样就不能对apk包进行混淆和加密等操作了,诸多不便! 所以还是要解决这个问题,百度是不行了,于是进到项目根目录下进入.detadata文件夹下,查看eclipse的日志文件.log。查看后得知,如下所示: !ENTRY com.android.ide.eclipse.adt 4 0 2015-05-04 09:58:57.962 !MESSAGE Export Wizard Error !STACK 1 org.eclipse.core.internal.resources.ResourceException: Errors occurred during the build. at org.eclipse.core.internal.resources.Project$1.run(Project.java:620) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2345) at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597) at org

Creating a navigation drawer over action bar with header

Deadly 提交于 2020-01-11 12:02:10
问题 I have a translation app that helps people to learn a language and play games to check their learning. The app already has a navigation drawer but it appears under the action bar with items. I want to change the navigation drawer to make it appear over the action bar. Very much preferred that the navigation drawer has a google play store style header. I have tried many solutions but I am not able to get it done. Here are some examples : [1]Android Navigation Drawer on top ActionBar 1st and

Creating a navigation drawer over action bar with header

六月ゝ 毕业季﹏ 提交于 2020-01-11 12:01:12
问题 I have a translation app that helps people to learn a language and play games to check their learning. The app already has a navigation drawer but it appears under the action bar with items. I want to change the navigation drawer to make it appear over the action bar. Very much preferred that the navigation drawer has a google play store style header. I have tried many solutions but I am not able to get it done. Here are some examples : [1]Android Navigation Drawer on top ActionBar 1st and

Gson serialized name: “Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor”

大憨熊 提交于 2020-01-06 18:07:42
问题 I'm new to Android, and I'm trying to learn how to use Gson to parse an API call. I've read around a little bit, and I'm trying to follow this example: http://www.javacodegeeks.com/2011/01/android-json-parsing-gson-tutorial.html It's going relatively well, but when I imported the project into Eclipse to get a better look at the code, I encountered the error above regarding constructors (as well as a few other confusing errors). I read some related questions here on StackOverflow, but they all

ADT update to 22.6.2 failed on Eclipse Helios Service Release 2

这一生的挚爱 提交于 2020-01-06 08:28:09
问题 Going to Help -> Install New Software -> already installed? Clicked Android Development Tools -> Update . Update failed with the following error trace ---- Cannot complete the install because of a conflicting dependency. Software being installed: Android Development Tools 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.adt.feature.group 22.6.2.v201403212031-1085508) Software currently installed: Eclipse IDE for Java EE Developers 1.3.2.20110301-1807 (epp.package.jee 1.3.2.20110301-1807)

GIT submodules in android project causes “Unable to ignore resources” error

梦想的初衷 提交于 2020-01-04 02:26:08
问题 I am using eclipse with ADT. Also I have android project with GIT submodules. Until I updated ADT this works very well. I don't clearly remember last ADT version, but it is about 18. Since I updated ADT I get this errors: java.lang.IllegalArgumentException: Attempted to beginRule: F/Project/ActionBarSherlock/actionbarsherlock/gen, does not match outer scope rule: MultiRule[F/actionbarsherlock/gen] with message: Unable to ignore resources Sometimes I can't export signet package, but this is

ADT eclipse xml layout text editor - often broken until file closed and reopened [duplicate]

依然范特西╮ 提交于 2020-01-02 00:13:53
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Moving and vanishing lines of code; trouble with Eclipse's XML Editor I'm new to Eclipse and ADT but have set up my environment on two different machines, and both are displaying the same oddities (both are Windows 7 64 bit). When changing tabs between the graphical layout and the main.xml views, the lines of code in the main.xml view will start disappearing or moving around. It's hard to display this without a

ADB server can't start android

半城伤御伤魂 提交于 2019-12-30 10:35:40
问题 I have installed adt bundle eclipse. However, I can't seems to run the AVD. I have the problem of ADB server didn't ACK failed to start daemon I have search on how to solve it, I've read to type adb kill-server and adb start-server . when I typed that, it says adb server is out of date. killing... ADB server didn't ACK * failed to start daemon *" 回答1: I had this exact problem on my Vista x64 system. I solved it by doing the following: Ctrl-Alt-Del, start Task Manager, under Processes tab,

ClassNotFoundException on AndroidAnnotations generated classes since update to ADT 22

人走茶凉 提交于 2019-12-28 06:19:06
问题 This project worked wonders before updating to ADT22. I already lost a day because of not knowing I had to download build tools , and I'm afraid I'm going to loose another one because of this. When I try to build the same code that was working two days ago, I get this exception: com.cidaut.blueparking fatal error : Unable to instantiate activity \ ComponentInfo{com.cidaut.blueparking/com.cidaut.blueparking.SplashScreen_}: \ java.lang.ClassNotFoundException: \ Didn't find class "com.cidaut