zoukankan      html  css  js  c++  java
  • android 入门-android Studio 解决方案

    一.当提示

    解决方案:

    1.

    2.

    二.从这步到这步

    的时候,可能遇见下面的问题。

    解决方案:

    更新一下build-tools 19.1.0版本 放到你的sdk里并重启as。 

    三. 当遇见这样的情况

    需要更新你的extras 版本21.0.3 替换你的sdk 里面的extras并 重启as。

    四.

    更新一下build-tools 19.1.0版本 放到你的sdk里并重启as.

    五.当你编译gradle的时候出现 INSTALL_FAILED_MEDIA_UNAVAILABLE 

    解决方案:http://stackoverflow.com/questions/5815625/failure-install-failed-media-unavailable 

    Possible Problems :

    1. No Internal/ External space in the Drive(or sdcard).
    2. Connection is lost during the installation (apk to device or emulator).

    Solution :

    1. Try to create some space( remove some apps).
    2. Try to reconnect the phone/emulator restart (worked for me)    

    六.

    Problem:Android Studio: Error:Execution failed for task ':app:dexDebug'  

    solution :

    1.http://solvedstack.com/questions/android-studio-gradle-build-fails-execution-failed-for-task-dexdebug

    2.http://stackoverflow.com/questions/27787747/android-studio-errorexecution-failed-for-task-appdexdebug

  • 相关阅读:
    阿里云自定义镜像保存规则
    linux常用命令
    SQL
    redis集群
    AOP中的通知
    mysql8.0无法给用户授权或提示You are not allowed to create a user with GRANT的问题
    ---Linux命令
    feign
    spring clud / dubbo
    Ajax嵌套问题
  • 原文地址:https://www.cnblogs.com/androllen/p/4741651.html
Copyright © 2011-2022 走看看