一 报错显示 Gradle sync failed: Unknown host 'd29vzk4ow07wi7.cloudfront.net'. You may need to adjust the proxy settings in Gradle. 查看整个项目的build.gradle.buildscript下dependencies里内容是classpath 'com.android.tools.build:gradle:2.2.3' 说明用2.2.3版本的Gradle构建项目. 'd…
创建项目的时候报错: Failed to sync Gradle project 'xxx' Error:Unable to start the daemon process: could not reserve enough space for object heap. Please assign more memory to Gradle in the project's gradle.properties file.For example, the following line, in t…
新建一个空白的MainActivity时Preview就出现一个错误: failed to find style 'textviewstyle' in current theme 开始在国内的博客平台上找到一个解决方案:“XML图形界面(Preview) 右上角Theme选择 Theme或者Theme.Black.”虽然修改后确实不报错了,但是主题变成了黑色,感觉怪怪的. 最后还是Google给力,找到了完美解决方案: 其实这是Android Studio自身的一个BUG,只需要点击Previ…
Android Studio 通过 git update 或者 pull 的时候出错,log 如下: Couldn't save uncommitted changes. Tried to save uncommitted changes in stash before Update, but failed with an error. stash file://D:/github/rxAndroid: 0 [main] us 0 init_cheap: VirtualAlloc pointer…
开始用Android Studio更新到2.0稳定版,调试的时候没啥问题,在打包的时候出现了"app_name" is not translated in zh, zh_CN…..的问题,说到底就是本地化不完全的意思.归根结底,这是打包的时候的问题么,所以提示说的也算清楚,就是改配置.解决方法如下:打开项目目录下的build.gradle文件(这就是gradle的配置文件,gradle就是编译工具了),然后按照提示一股脑把新参数全部加到android里面. <span style…