adt

How to add add-on repo with ADT 15?

时光怂恿深爱的人放手 提交于 2020-02-07 03:20:48
问题 It was easy with early ADT versions but now i can't find this function. This is official info http://developer.android.com/sdk/adding-components.html 回答1: You can add a repo via Tools -> Manage Add-on Sites... , which can be found in the SDK-manager. You can start the manager by using Window -> Android SDK Manager from eclipse or by running the android application in your ANDROID_SDK/tools directory. 来源: https://stackoverflow.com/questions/8328449/how-to-add-add-on-repo-with-adt-15

ADT not installing on Eclipse Kepler

南笙酒味 提交于 2020-02-06 02:04:05
问题 I have downloaded Eclipse Kepler and now trying to instal Android ADT. I am facing the below issue. Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206) Missing requirement: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206) requires

ADT not installing on Eclipse Kepler

自作多情 提交于 2020-02-06 02:03:45
问题 I have downloaded Eclipse Kepler and now trying to instal Android ADT. I am facing the below issue. Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206) Missing requirement: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206) requires

学习进度2020.02.01

谁说我不能喝 提交于 2020-02-02 00:01:30
学习进度2020.02.01 https://www.runoob.com/w3cnote/android-tutorial-eclipse-adt-sdk-app.html 学习使用Eclipse + ADT + SDK开发Android APP 熟悉了该平台的环境,并简单使用此平台开发了一个简单的APP 来源: https://www.cnblogs.com/liurx/p/12250722.html

android开发环境配置

a 夏天 提交于 2020-02-01 09:08:01
一.sdk的安装 1.sdk下载 去 http://www.android.com/ 在那个页面中有developers链接,点击后链接到developer.android.com网站上,如下图,下载相应的sdk版本就是了,由于我的电脑的操作系统是windows,所以我直接在选择了r12-windows.exe(图中有标识). 2.安装sdk开发使用的相应的包 运行之后安装了sdkmanager,然后sdkmanager启动后会去android仓库去取还未安装的包的信息,如下图(由于我的系统中已安装好,因此每个包前面都是绿色打勾的),为了偷懒,我直接就选择了accept all,将所有的包安装上.其实,如果自己对android整个体系比较了解的话,可以选择只安装自己需要用到的部分. 3.将android相关工具所在目录加入系统环境变量的path值中 等待相应的包都安装好之后,去系统环境变量中,将"C:\Program Files\Android\android-sdk\tools"加到path的值里面,如果你自己的android安装在其他位置,则可以类似的将相应目录加到path的值中. 在cmd中运行echo %path%(其实直接运行path也有同样结果),如下图: 20110809补充:android-sdk\platform-tools目录也要加到path中,platform

Inside Eclipse Android project run Java classes with main(String[] args) as Java Application causes “Invalid layout of java.lang.String at value”

て烟熏妆下的殇ゞ 提交于 2020-01-22 12:35:27
问题 Inside Eclipse Android project how to run Java classes with main(String[] args) as Java Application ? public class JavaApp { public static void main(String[] args) { // some dummy operations here, possibly including // System.out.print(string); } } I get error Invalid layout of java.lang.String at value # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (javaClasses.cpp:129), pid=6748, tid=6676 # fatal error: Invalid layout of preloaded class # # JRE

Inside Eclipse Android project run Java classes with main(String[] args) as Java Application causes “Invalid layout of java.lang.String at value”

て烟熏妆下的殇ゞ 提交于 2020-01-22 12:34:19
问题 Inside Eclipse Android project how to run Java classes with main(String[] args) as Java Application ? public class JavaApp { public static void main(String[] args) { // some dummy operations here, possibly including // System.out.print(string); } } I get error Invalid layout of java.lang.String at value # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (javaClasses.cpp:129), pid=6748, tid=6676 # fatal error: Invalid layout of preloaded class # # JRE

Trying to install new features in Eclipse (using ADT as the base package)

南笙酒味 提交于 2020-01-22 10:57:29
问题 When I try to install new features in Eclipse (using ADT as the base package) I get ‘Installing Software’ has encountered a problem. An error occurred while collecting items to be installed An error occurred while collecting items to be installed session context was:(profile=profile, hase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,com.android.ide.eclipse.base,21.1.0.v201302060044-569685 No repository found containing:

亚航app航班价格爬虫

烈酒焚心 提交于 2020-01-21 08:30:49
亚航app航班价格爬虫 条件:去程日期、回程日期、成人数、儿童数、婴儿数、出发机场、到达机场 结果:符合行程的所有航班信息( 主要包括价格、航班号、起飞机场、到达机场、起飞时间、降落时间、舱位等) 抓包分析 从上面的Headers和Form视图中可以得知,亚航采用的是https post 请求,请求及响应报文是加密的,请求头中wToken也是一个密文。 解密wToken及报文体 通过jeb反编译客户端,搜索wToken关键字,找到位于 ConstantHelper . ॱˋ ( r2 ) ; 方法已经经过混淆处理过,可读性并不友好。 可以通过标记的方法,对相应变量作注释,还原涉及的功能函数。 经过分析及标记得知: 1):报文体的加解密位于MCrypt类中 2):wToken的计算位于IJAQAVMPSignComponent的avmpSign方法中 还原关键代码 出于对目标app的安全考虑,MCrypt及IJAQAVMPSignComponent的具体实现代码就不公开了,以免对其造成不良影响 编写调用客户端测试 //请求userSession,后续接口中需要此参数 public static String requestSession ( String wTokenServerURL , String deviceID ) throws Exception { byte [ ]

Google adt/gwt support for eclipse 4.4 (Luna)

回眸只為那壹抹淺笑 提交于 2020-01-20 04:12:06
问题 Have anyone gotten the release version of eclipse 4.4 to work with adt(Android development) and/or google web toolkit(gwt). It seems like the gwt/adt plugins don't works with eclipse 4.4, so is there a secret place to download new versions or should I keep using 4.3 -( Edit: The reason I thought adt was not working was that the documentation(http://developer.android.com/sdk/installing/installing-adt.html) says that the plugin is called "ADT Plugin" which it is not. 回答1: Google just released