Android Studio 默认字体无法使用中文命名文件,中文显示空心方块,使用思源字体,可解析 下载思源字体http://www.cnblogs.com/icgq/p/4195347.html 选择字体,双击安装(字体查看器) Android Studio/IntelliJ IDEA File->setting->Appearance->UI options->Theme->Name->Source Han Sans SC Normal 添加jar包 id 问题或…
因为自Android Studio 3.0开始弃用Android Device Monitor,Android Developers官网上的原话是: Android Device Monitor is a standalone tool that provides a UI for several Android app debugging and analysis tools. However, most components of the Android Device Monitor are…
Mac OSX中的@executable_path, @load_path和@rpath的理解 原文出处:[24K纯开源] Note: this article is actually about the @executable_path, @load_path and @rpath install paths used by the linker on Mac OS X; wiki titles can't include underscores, however, because they…
Action Mac OSX Win/Linux 注释代码(//) Cmd + / Ctrl + / 注释代码(/**/) Cmd + Option + / Ctrl + Alt + / 格式化代码 Cmd + Option + L Ctrl + Alt + L 清除无效包引用 Option + Control + O Alt + Ctrl + O 查找 Cmd + F Ctrl + F 查找+替换 Cmd + R Ctrl + R 上下移动代码 Option + Shift + Up/Down…
微软官方说明: Visual Studio 2017 for Mac Last Update: 2017/6/16 我们非常荣幸地宣布 Visual Studio 2017 for Mac 现已推出. Visual Studio for Mac 是 Visual Studio 系列的新成员.通过它,macOS 上的开发人员可以使用 Xamarin 和 .NET Core 来构建移动.Web.和云应用,也可以使用 Unity 来开发游戏. 使用 Visual Studio 2017 for Mac…
①Migrate project to Gradle? 问题描述: This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system. 解决方法: 一般是粗心大意把整个文件夹给Clone进来啦 所以解决此类问题,一定要看清楚真正的Project,而不是整个文件夹. 或者Android Studio没有配置好Gradle环境(一般在安装A…
The Main Menu Bar 主菜单栏 主菜单栏位于Android Studio的最上面,你几乎可以利用主菜单和其子菜单来执行任何操作.不像Android Studio中其他的一些菜单,主菜单不能被隐藏.不要被主菜单和它的子菜单项吓到.即使经验丰富的Android开发者也在日常编码中仅仅使用其中的一小部分,更多的则是通过快捷键和相应的上下文菜单实现.我们将在后面的章节中讨论主菜单栏中大部分的操作. The Toolbar 工具栏 工具栏中包含一些频繁使用的文本操作按钮,例如剪切.复制.粘…