adt

How do I resolve an “Error reading signed content.” error when installing ADT 23.0.2 in Eclipse 4.4 on OSX

核能气质少年 提交于 2019-12-01 06:11:38
I've been trying to install the Android Developer Tools (ADT 23.0.2) in Eclipse 4.4 on OSX . When I do, I get the following error message: An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. session context was:(profile=epp.package.standard, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=). Error reading signed content. error in opening zip file This problem happens both when I try to install it directly from the Android Repository, and when I try to install it from a file that I've downloaded locally. Any idea how to

Eclipse ADT Bundle crashes suddenly on Mint 16 Petra

霸气de小男生 提交于 2019-12-01 05:53:04
问题 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? 回答1: 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

Android ADT 23.0.4 is showing Compile With: API21:Android 4.X(L Preview) Instead of API21:Android 5.0

本秂侑毒 提交于 2019-12-01 05:52:08
What I did? I updated my SDK from L preview API 20 to new Android 5.0 API 21 andADT to 23.0.4 in my Ubuntu. Problem: Android ADT 23.0.4 not showing Compile With: API21:Android 4.X(L Preview) Instead of Compile With:API21:Android 5.0 Screenshots: (Files-->New-->Android Application Project-->Compile with/target sdk) Highlighted in red texts should be changed to Compile With:API21:Android 5.0!!` SDK(updated to latest): ADT(updated to latest): it's a bug ? or So I'm only the one facing this or it's just error?, I need to download the fresh copy of SDK to solve this error!!?? After the project

Eclipse ADT Plugin - Graphical Layout tool lagging and eating memory

寵の児 提交于 2019-12-01 05:43:40
Win7 64, 12GB RAM, i7 ADT v.16.01 My graphical layout tool acting very strange. Everytime I make a single change, the tool buttons above the layout display flicker and it 'works' for about 10 seconds until it finally completes the change.. in this process, javaw.exe consumes about 800mb of RAM for every action I take on the tool.. I've gotten up to 8GB of ram being used by javaw at one point.. I've tried so many combinations of eclipse and java jre's. I've tried jre 6u21, 6u30, 7u2, all in 32/64 bit versions. Even tried eclipse indigo and developer version of Juno in both 32/64bit versions..

Android: ADT doesn't recognize the format of Nougat logcat

烈酒焚心 提交于 2019-12-01 05:20:41
问题 I have an "old" ADT: Eclipse IDE for Android Developers 23.0.2.1259578 adtproduct connected to a Nougat Pixel C. ADT doesn't succeed to read properly the format of logcat as shown on this screenshot: There was no problem before the upgrade to Nougat, aka with Marshmallow. Is there anything to do (except abandoning ADT...)? 回答1: Issue : -Eclipse is no longer supported by Android -Android Nougat/7 this broke (new LogCat protocol I read) Eclipse fix (custom build) Credit goes to: Romano in https

How do I resolve an “Error reading signed content.” error when installing ADT 23.0.2 in Eclipse 4.4 on OSX

北慕城南 提交于 2019-12-01 04:50:09
问题 I've been trying to install the Android Developer Tools (ADT 23.0.2) in Eclipse 4.4 on OSX . When I do, I get the following error message: An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. session context was:(profile=epp.package.standard, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=). Error reading signed content. error in opening zip file This problem happens both when I try to install it directly from the

Failed to load properties file for android project

99封情书 提交于 2019-12-01 04:03:29
问题 I finally was able to build and debug the android platform with this tutorial. I imported my project in eclipse, and afterwards installed ADT. Then I converted my imported project to android project ( Android Tools -> Convert To Android Project ). And now I'm having Failed to load properties file for project 'droid-platform' error. Session data: eclipse.buildId=M20100211-1343 java.version=1.5.0_18 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=ru_UA

Export signed app without “optimizing” png images

随声附和 提交于 2019-12-01 03:51:41
When I export an apk from eclipse, it compresses all of the png images. For example, one 4.6 KB png became 2.15 KB inside the apk. However I prefer to optimize png files using tinypng before the apk is built, which makes much smaller files. The same 4.6 KB png became 746 B using tinypng. When building the apk, compression ran on my 746 B png making it 1.6 KB. Is there any way to disable this optimization for future builds? In your project build.xml ANT file you can override the -crunch task of the SDK, thus avoiding PNG compression, as you previously compressed them: <target name="-crunch">

Consider adding android:paddingStart=“25dp” to better support right-to-left layouts Error

余生长醉 提交于 2019-12-01 03:42:10
I recently downloaded a new ADT . Every time after saving my projects ,it shows the following XML error. But the same goes away when I clean it. Is there a permanent solution for the same. Thanks in advance. <TextView android:id="@+id/selectquantityprompt" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="2dip" android:layout_marginRight="50dip" android:layout_marginTop="2dip" android:text="Select Quantity" android:textSize="20sp" android:textColor="#33b5e5" android:paddingLeft="25dp" //error at this line android:paddingTop="5dp" android

conflicting dependency when trying to install ADT plugin into eclipse

不打扰是莪最后的温柔 提交于 2019-12-01 03:07:47
Here are my specs: Eclipse: 3.5.2 ADT plugin: 11.0.0 PC: Windows 7 So far, I've installed the Android SDK and Eclipse. However when I attempt to install the ADT plugin into eclipse I get the following error: Cannot complete the install because of a conflicting dependency. Software being installed: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486) Software currently installed: Eclipse SDK 3.5.2.M20100211-1343 (org.eclipse.sdk.ide 3.5.2.M20100211-1343) Only one of the following can be installed at once: Core Runtime 3.6