1.Re-installation failed due to different application signatures
解决办法:adb uninstall 包路径
参考链接:http://www.linuxidc.com/Linux/2010-09/28321.htm


2.Error generating final archive
解决办法:进入到C:\Documents and Settings\Administrator\.android 删除:debug.keystore
参考链接:http://liaobingyun.blog.163.com/blog/static/1298121112010620143648/


3.需要建立目录时,先执行adb shell,进入到虚拟机后再mkdir

4.上传文件,可以执行类似这样的命令行
c:\>adb push "C:\Documents and Settings\Administrator\ntuser.ini" /sdcard/
或者可以通过eclipse中的DDMS插件去上传具体看http://winfredng.iteye.com/blog/554333


5.Service中,onStartCommand方法在android2.0以后才会有,在2.0前只有onStart


6.ERROR: the user data image is used by another emulator. aborting 的问题
进入你avd目录下:
如:C:\Documents and Settings\Administrator\.android\avd\android2.3.avd
删除以lock结尾的文件夹
参考链接:http://www.cnblogs.com/yyangblog/archive/2011/01/07/1929696.html

7.Service 和 Activity 都可以启动intent 发送数据 ,同时也可以注册(通过IntentFilter注册,可配置注册或者编码注册)BroadcastReceiver接收数据。service如果需要在底层运行,需要到AndroidManifest.xml中配置android:process=":remote"

8.google地图api密钥申请:http://code.google.com/intl/zh-CN/android/maps-api-signup.html

更多相关文章

  1. android 音乐频谱
  2. Android中的高效率的数据库操作框架----LitePal
  3. Android使用Intent实现页面跳转
  4. Android获取网络图片应用示例
  5. 初探Android中的请求服务器并解析返回的json数据
  6. Android(安卓)根据城市名称获取经纬度
  7. Android高级工程师成长路线
  8. Android程序开发之数据存储(一): 使用sqlite 进行登录注册
  9. Android解析XML(PULL)展示到ListView

随机推荐

  1. 编译V8静态库 for Android
  2. android开源工程
  3. Android(安卓)Ble
  4. adb connect 失败时(unable to connect t
  5. Android(安卓)从网页中跳转到APP
  6. android 结束进程
  7. android view视图的层叠(叠加)
  8. android intent
  9. 一:android开发简介
  10. Android应用开发相关下载资源(2016/07/24