android - 使用Android studio有什么好处

标签 android android-studio

<分区>

昨天谷歌介绍了新的开发者工具,名字是Android studio .使用 Android studio 代替 eclipse 有什么好处?

最佳答案

它描述了开发者网站本身。为了让你知道我只是把它复制到这里:

  1. 基于 Gradle 的构建支持。
  2. Android 特定的重构和快速修复。
  3. 用于捕捉性能、可用​​性和版本兼容性的 Lint 工具 和其他问题。
  4. ProGuard 和应用签名功能。
  5. 基于模板的向导,用于创建通用的 Android 设计和 组件。
  6. 一个丰富的布局编辑器,允许您拖放 UI 组件, 在多屏幕配置上预览布局,等等。

我没有使用它,但会尝试获得在这个新 IDE 中自动构建的新功能。

关于android - 使用Android studio有什么好处,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16604943/

相关文章:

java - Android中Retrofit2中Part和PartMap的区别

android - 在 RelativeLayout 中使用 ImageView 重复图像

android - 无法应用 AppCompatActivity 中的 setSupportActionBar (androidx.appcompat.widget.Toolbar)

java - 如何让 android studio 运行得非常快?

android - 来自 Android Studio 的/dev/kvm 错误

android - 在 res 文件夹的 styles.xml 中找不到应用命名空间

android - 应用程序 :mergeReleaseResources exception when making release build

java - 如何添加 fragment 以使我的应用程序不会在屏幕上显示为空白

android - android中的后按 fragment 问题

java - Google Cloud Endpoint - 如何创建处理程序以从 cron 调用端点