智能化下的产物,无人棋牌室
Android Studio 1.2 Beta 2 发布,该版本主要包括重要的 bug 修复:
- Fixed bug which caused Gradle sync to not run until manually invoked at least once. This resulted in lots of unresolved/red symbols in the editor. (Issue 163270)
- Fixed “Import Settings” bug which prevented settings from 1.0/1.1 to be imported into 1.2 on Windows and Linux (issue 160023)
- Detect when the ibus-daemon is used on Linux and point to page with information for working around keyboard related issues
- Fixed import from Eclipse project to move resource files from source folders into src/main/resources such that they are packaged correctly for runtime (issue 144355
- Fixed symbol resolution for libraries that bundle artifacts (issue 161537), and correctly set dependencies on AARs exposed as artifacts (issue 162634)
- Fixed bug where creating a new project had no visible feedback for 5-10 seconds (issue 162620)
- Fixed bug where the IDE would hang if the Messages window had errors (issue 152828)
- Fixed incorrect window parenting in the AVD manager (issue 163063)
- Fixed a couple of bugs in the Android Wear templates (hardcoded package name, and incorrect wear module dependency)
- Fixed vmoptions parsing order on Linux