
Android Studio
xiaoshang
这个作者很懒,什么都没留下…
展开
-
设置 Intellij 或者 Android Studio 菜单字体大小
如果发现Android Studio 或者 Intellij 中的菜单字体有点太小的话,可能通过下面的方法来修改: 打开IDE setting ,找到Appearance 选中 Overrid default fonts by (Not recommended) ,然后选择Size 来调整菜单字体大小。 如果想调编辑内容字体大小,可以通过下面的方法来调整:原创 2013-05-22 22:46:39 · 7615 阅读 · 0 评论 -
Android Studio To Create Library
File > New Module select Android Library To use the library add it as a dependancy: File > Project Structure > Modules > Dependencies Then add the module (android library) as a mod转载 2013-05-22 23:16:59 · 1129 阅读 · 0 评论 -
How can I create an Android application in Android Studio that uses the Google Maps Api v2?
1) I took maps project from the Google Play Services samples and copied that to the separate directory. That is going to be our MapsApiV2 project we will be trying to run. On my Mac it was located a转载 2013-05-22 23:29:20 · 1265 阅读 · 0 评论 -
Android Studio使用教程
最近Google的在Google I/O大会上推出了一款新的开发工具——android studio。这是一款基于intellij IDE的开发工具,使用Gradle构建,相信做过java的童鞋们都知道这个工具。今天俺安装了下尝尝鲜,打开一看其实和之前的intellij ide创建Android工程是一样的,就是有做了些简化。废话不多说开始我们的教程哈,供大家尝鲜。 1、首先你需要到an转载 2013-05-23 21:15:48 · 812 阅读 · 0 评论