zoukankan      html  css  js  c++  java
  • ERROR汇总

    [2014-01-10 11:25:55 - S01_E06_View] Launching a new emulator with Virtual Device 'Android_4.0.3'
    [2014-01-10 11:26:27 - Emulator] WARNING: Data partition already in use. Changes will not persist!
    [2014-01-10 11:26:27 - Emulator] WARNING: SD Card image already in use: C:AVD.androidavdAndroid_4.0.3.avd/sdcard.img
    [2014-01-10 11:26:27 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
    [2014-01-10 11:26:33 - S01_E06_View] New emulator found: emulator-5556

    Description:已经打开了一个AVD,版本也符合但是报错,重开了另一个相同版本的AVD

    Solution:实际只需要把这个文件(AVD.androidavdAndroid_4.0.3.avd/sdcard.img)删掉即可

    java.lang.RuntimeException: Unable to start activity ComponentInfo {com.annaivsu.s01_e06_view/com.annaivsu.s01_e06_view.MainActivity}: android.view.Inflate Exception:Binary XML file line #15:Error inflating class BUTTON

    Solution: activity_main.xml中的<Button .../>写成了<BUTTON .../>

    在cmd中输入adb shell,或push 文件到sdcard中显示“not found device”

    键入如下两行命令:

        adb kill-server 

        adb shell   

    检查虚拟机是否正常启动,或是否开启调试模式

    __________________________________________________________ shoobie do lang lang ^^
  • 相关阅读:
    汇编笔记(1) 寄存器
    阿里云RDS数据库备份文件恢复到本地数据库
    Java调用HTTPS接口的证书配置
    SQL面试题之行转列
    WebsiteCrawler
    supervisor
    简单学习github代码托管
    [egret+pomelo]实时对战游戏杂记(5)
    [egret+pomelo]实时游戏杂记(4)
    [egret+pomelo]实时游戏杂记(3)
  • 原文地址:https://www.cnblogs.com/annaivsu/p/3513470.html
Copyright © 2011-2022 走看看