zoukankan      html  css  js  c++  java
  • Android安装过程出现问题

    Android安装过程出现问题

    一、Eclipse 中 Emulator Control 不能用问题

    在官方文档中发现问题所在(官方文档说明),在最后一行“The Emulator Control tab, shown in Figure 1, is no longer supported. Use the Android Emulator for these features",Android emulator就是我们启动的模拟器

    二、eclipse中的AVD点不了

    设置好ANDROID_SDK_HOME路径,关闭windows控制台中的adb.exe

    三、eclipse中没有SDK和AVD图标

    eclipse--->Windows---->Perspective--->Customize Perspective,打开后,将Android SDK and AVD Manager勾选,点击ok即可看见avd的图标了。

    四、SDK和ADT下载安装问题

    不用去官网,太慢了,直接百度有很多资源可以下

    五、eclipse中无法关联SDK

    E:2017-02-21--SoftWareAndroidandroid-sdk_r24.3.4-windowsandroid-sdk-windows oolslibplugin.prop

    把这个文件中的版本改成21.0.0及以下

    六、google usb driver安装问题

    google usb driver是在 SDK Manager.exe 里面的,不用再到另外的位置去下载

    七、创建的android项目无法运行

    出现android launch:Your project contains error(s),please fix them before running your application.

    记住出现这种问题重来没有统一的解决方案,但是有一点是不变的,你可以按照如下方法来做:

    打开windows---show view----problems  看具体你遇到的 problem

    出现Error executing aapt. Please check aapt is present at E:2017-02-21--SoftWareAndroidandroid-sdk_r24.3.4-windowsandroid-sdk-windowsplatform-toolsaapt.exe

    我检查文件夹发现没有aapt.exe,所以我就网上下载了一个,之后出现

    [2017-07-26 18:06:16 - aa222] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!错误

    小白解决不了,所以去http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/2769409.html

    下了一个

    ADT Bundle

    用这个就ok了,不用自己配,里面弄好了eclipse和adk;

  • 相关阅读:
    看懂Oracle执行计划
    pl/sql编译存储过程卡住的解决方法
    ORA-00604的解决方法
    ORACLE SYNONYM详解
    Oracle 用户权限管理方法
    “ORA-06550: 第 1 行, 第 7 列”解决方法
    oracle 存储过程给另一个用户的权限问题
    Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile
    eclipse maven maven-compiler-plugin 报错 完全解决
    如何用git把本地代码上传到github
  • 原文地址:https://www.cnblogs.com/Renyi-Fan/p/7229057.html
Copyright © 2011-2022 走看看