摘要:
<!--more--> 本文转至 Android Studio2.0 教程从入门到精通MAC版 - 提高篇 ( OPEN 开发经验库)第二篇我们开发了一个Hello World应用,并介绍Android Sutdio的界面和如何调试应用,接下来将介绍一些常用的快捷键和必备插件。 常用快捷键(win版 阅读全文
摘要:
在build.gradle中的configurations.all {}下添加:resolutionStrategy.force ‘com.android.support:support-annotations:23.1.1’ configurations.all { resolutionStrategy.force ‘com.android.support:support-annotati... 阅读全文