
android
文章平均质量分 54
cgs108
男儿事长征,少小幽燕客!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Visual studio Debug调试webservice 使用ip代替localhostt配置IIS Express
要调试一个安卓程序性,手机和电脑在同一个局域网,电脑上用visual studio Debug运行一个webservice,该服务是用IIS Express运行起来的,但是运行起来后地址栏的地址是http://localhost:44366/xxx.asmx,电脑的ip是12.168.0.6,用手机浏览器访问http://192.168.0.6:44366/xxx.asmx,却提示HTTP 400 错误,The request hostname is invalid. 导致无法调试这个安卓程序。原创 2024-12-22 08:49:11 · 575 阅读 · 0 评论 -
windows平台使用eclipse搭建android开发环境
一、准备工作1.下载Eclipse、JDK、Android SDK、ADT插件Eclipse:https://www.eclipse.org/downloads/JDK:http://tools.android-studio.org/index.phpAndroid SDK:http://tools.android-studio.org/index.phpADT:http://原创 2017-08-30 08:45:00 · 11257 阅读 · 0 评论 -
eclipse配置Genymotion代替原生avd
转自:http://blog.youkuaiyun.com/u014354193/article/details/48751491在eclipse上做Android的各位童鞋们肯定曾经遇到过这样的问题…… 测试难啊 !!! 不提谷歌提供的原生安卓虚拟机,那玩意带毒啊,慢的简直是要死要死的,动不动就崩溃,我可怜的8G内存根本就带不起来。当然大多数人也会拿着真机测试,但是真机测试的速度也是挺慢的,转载 2018-01-16 19:02:20 · 2053 阅读 · 1 评论