
Android
chinet_bridge
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android Studio 真机调试注意
1. 在电脑上使用Android Studio 开发app,Android Studio 工具栏中找到APP这个按钮,选择Edit Configurations;2. 在弹出的对话框中,找到“ Deployment Target Options” 并选择“ USB Device ”,然后点击确定3.手机操作系统版本Android 6.0,点击“设置” -> “关于手机” -> “版原创 2017-03-19 12:01:53 · 962 阅读 · 0 评论 -
Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation
没有太大影响,也不耽误正常运行。问题通过重启Android Studio可以消失。转:http://blog.youkuaiyun.com/qq_36255612/article/details/53579210转载 2017-03-10 14:10:08 · 2571 阅读 · 0 评论 -
Android studio出现Error:Unable to tunnel through proxy. Proxy returns ...
1.打开Android Studio 菜单File settings->Build,Execution,Deploymnet->Gradle 解决方法:找到右侧窗口的use local gradledistribution: 填写AS安装目录下的gradle子文件夹,我写的是D:/Android/Android Studio/gradle/gradle-3.22.接着有新错误出原创 2017-03-11 18:48:27 · 6241 阅读 · 0 评论 -
运行android studio 在模拟器上找不到自己做的app
删掉项目,重建新app原创 2017-03-11 20:04:38 · 11530 阅读 · 3 评论 -
The `android.dexOptions.incremental` property is deprecated and it has no effect on the build proces
android studio升级后报的错 Warning:The android.dexOptions.incremental property is deprecated and it has no effect on the build process. 在gradle中将 dexOptions { javaMaxHeapSize “4g” incremental tr转载 2017-03-11 21:24:27 · 2377 阅读 · 0 评论