adt

Cannot create an emulator with Android L (API 20)

£可爱£侵袭症+ 提交于 2019-12-01 03:06:37
I have updated to ADT 23 and SDK manager with Android L (API 20 L preview), but I am not getting the "Android L" in the target list. Done restarting the Eclipse many times. doesn't work. Some one please tell me what I am doing wrong. For those who are getting stuck at black screen: Try enabling "Use Host GPU" while creating a device. Working now, as I have killed the process from the Task manager and restarted. But had other problems. Hence I downloaded the latest version of Eclipse (Juno)+ Android sdk bundle which includes ADT 23 plugin. Now Everything works fine. Click here to download. Don

Eclipse ADT Plugin - Graphical Layout tool lagging and eating memory

别说谁变了你拦得住时间么 提交于 2019-12-01 02:54:10
问题 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

Export signed app without “optimizing” png images

让人想犯罪 __ 提交于 2019-12-01 00:51:55
问题 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? 回答1: In your project build.xml ANT file you can override the -crunch

ubuntu 14.04 64 bit 安装 appium

不打扰是莪最后的温柔 提交于 2019-12-01 00:02:01
由于appium 的运行权限问题,不能在sudo 下面运行,导致用apt-get 安装很不顺利,所以不得不另想办法,然后通过Google 找到解决方案。 一. Ubuntu 14.04 64bit的安装。 这个很简单,不用多说,网上下一个 Ubuntu14.04的image,刻录成光盘,或者制作一个U盘启动盘,一路next 安装即可。 二. Appium Server 的安装。 参考资料: https://coderwall.com/p/rcvkrq/install-nodejs-using-homebrew-and-install-appium 1. 删除nodejs sudo apt-get remove nodejs, 但是默认的系统nodejs没有,这一步可做可不做。 2. 安装linuxbrew 先确定ubuntu 上 有没有安装ruby,如果没有安装,先安装ruby。 sudo apt-get install ruby 确认ruby 安装成功。 ruby -v 安装git, sudo apt-get install git 添加linuxbrew的PATH,文章里提示讲要写到~/.pash_profile里,这里我的建议是写到~/.bashrc里,因为涉及到后面的android的环境变量的调用。 export PATH="$HOME/.linuxbrew/bin:

conflicting dependency when trying to install ADT plugin into eclipse

自作多情 提交于 2019-12-01 00:01:03
问题 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

Cannot create an emulator with Android L (API 20)

人盡茶涼 提交于 2019-11-30 23:59:49
问题 I have updated to ADT 23 and SDK manager with Android L (API 20 L preview), but I am not getting the "Android L" in the target list. Done restarting the Eclipse many times. doesn't work. Some one please tell me what I am doing wrong. 回答1: For those who are getting stuck at black screen: Try enabling "Use Host GPU" while creating a device. 回答2: Working now, as I have killed the process from the Task manager and restarted. But had other problems. Hence I downloaded the latest version of Eclipse

Android > Unknown Host Errors while installing ADT plugin in eclipse

核能气质少年 提交于 2019-11-30 23:59:25
I am trying to setup development environment for Android development. While adding Android ADT plugin in eclipse, I get following error: Fetching https://dl-ssl.google.com/android/repository/addons_list-1.xml Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml , reason: Unknown Host dl-ssl.google.com Fetched Add-ons List successfully Fetching URL: https://dl-ssl.google.com/android/repository/repository-5.xml Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-5.xml , reason: dl-ssl.google.com Done loading packages. Could someone guide me

NDK support in AndroidStudio and choosing between Android Studio and Eclipse

落爺英雄遲暮 提交于 2019-11-30 20:42:02
问题 I got to a 'race condition' choosing between Android studio and Eclipse: My project needs some C++ code to be linked with my app. Currently NDK is not supported (deprecated ?!) in Android Studio 1.0. Saying deprecated does not reveal the whole UGLY PICTURE. Currently it's quite unknown how to even just link your pre-compiled .so libraries to a project. Not to talk about compiling... Although many many solutions to this are being posted in stackoverflow every day. Most of are related to some

While extracting adt-bundle-windows-x86_64-20140702 this error from windows 8

泪湿孤枕 提交于 2019-11-30 20:08:52
**While extracting adt-bundle-windows-x86_64-20140702 from windows 8 this error occurred (! D:\Bela\Work\adt-bundle-windows-x86_64-20140702.zip: Cannot create folder adt-bundle-windows-x86_64-20140702\sdk\tools\lib\monitor-x86\features\com.android.ide.eclipse.hierarchyviewer.feature_23.0.2.1259578\META-INF\maven\adt.group\com.android.ide.eclipse.hierarchyviewer.feature The filename or extension is too long. ! D:\Bela\Work\adt-bundle-windows-x86_64-20140702.zip: Cannot create adt-bundle-windows-x86_64-20140702\sdk\tools\lib\monitor-x86\features\com.android.ide.eclipse.hierarchyviewer.feature_23

Android > Unknown Host Errors while installing ADT plugin in eclipse

时光怂恿深爱的人放手 提交于 2019-11-30 18:41:29
问题 I am trying to setup development environment for Android development. While adding Android ADT plugin in eclipse, I get following error: Fetching https://dl-ssl.google.com/android/repository/addons_list-1.xml Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Unknown Host dl-ssl.google.com Fetched Add-ons List successfully Fetching URL: https://dl-ssl.google.com/android/repository/repository-5.xml Failed to fetch URL https://dl-ssl.google.com/android