Android Studio 歷史舊版本 Page12

最新版本 Android Studio 4.1.2

Android Studio 歷史版本列表

Android Studio 是一個流行的軟件開發環境(也稱為集成開發環境),使世界各地的程序員和創造者可以直接訪問編碼,調試,性能優化,版本兼容性檢查,硬件兼容性檢查(各種 Android 設備和包括平板電腦在內的屏幕尺寸)以及其他許多工具可以幫助開發人員更好地自動化編碼過程,並實現更快的迭代和發現。 Android Studio 功能所有這些工具,包括許多可以幫助程序員輕鬆地創建自己的基於 a... Android Studio 軟體介紹


WorkFlowy Desktop 1.1.10 查看版本資訊

更新時間:2018-12-12
更新細節:

What's new in this version:

- Point mac users to the launched desktop app

WordPress 5.0 查看版本資訊

更新時間:2018-12-06
更新細節:

WorkFlowy Desktop 1.1.9 查看版本資訊

更新時間:2018-11-30
更新細節:

What's new in this version:

- Point mac users to the launched desktop app

App Builder 2018.77 查看版本資訊

更新時間:2018-04-24
更新細節:

What's new in this version:

App Builder 2018.77
- Made some internal changes and enhance the AB core Javascript in order to allows attributes like "style" in HTML tags inserted via app's variables in certain contexts like in HTML and Report controls


App Builder 2018.76
- The "viewport" HTML meta tag are not correctly written in the app's HTML file, causing that the app appear with an very small font in mobile browsers. This is fixed now, by written the appropriate "viewport" meta tag. This problem has been probably introduced some releases ago, and some customers report to me. Thanks to all!
- Add the icons' "sizes" argument into the Progressive Web Apps JSON manifest. Apparently this argument is requied in order to allows Chrome for Mobile to pick the right icon for our app, when add it as an Progressive Web App


App Builder 2018.75
- Fix an problem in touch screens with the Report controls, which disallow their scroll left and right (in case their columns exceeds the screen width). This problem is related with the Report swipe left and right events, wich now are not refered if we don't use it. Thanks Tin for the report


App Builder 2018.74
- Add some CSS code useful to hide the default caret used in the Dropdown button control. Some other very minor changes, fixes and enhancements


App Builder 2018.73
- Fix a problem with the Navbar control in Android, which causes that the navbar menu did not appear by pressing the Toggle button, if we did not press in some other control before. Also remove the outline of the Toggle button. Thanks Tin for the report
- Update the Font Awesome font files and CSS code to the latest version 5.0.10, which includes a total of 991 icons ready to be used in our apps


App Builder 2018.72
- Add the new Login sample, who provide one of the possible ways to implement an login procedure in our apps. The sample shown how we can login into an app's server, and, how we can then continue requesting contents as an logged user by using an token instead of the user's password. This sample includes various server PHP scripts that requires your attention and study too


App Builder 2018.71
- Made some changes and enhancements in the Welcome page in order to use a btter URL to get the latest threads and posts from the DecSoft's support forum
- Update the "RSS" app sample in order to use the new RSS feed of the DecSoft's support forum. This sample stop to work since we change the support forum system in our website


App Builder 2018.68
- Add the new Dinamic Controls samples (number 172 of App Builder). This app shown how we can insert dinamic controls inside an HTML control container, and, also how to retrieve the possible values for that controls. This is not a very common task and therefore they requires Javascript code usage. On the other hand, there is not only a way to play with HTML and CSS, so, what this app propose is only one of the possible ways to achieve something like that: create dinamic controls


App Builder 2018.65
- The App Builder IDE themes has been removed in this release. The themes are not really useful, probably are not too much used, and, are the responsible for certain anoying error in AB, very difficult to reproduce, very difficult to catch and very difficult to reproduce. The IDE themes, therefore, has been removed. Of course the App Builder IDE continue adapting their interface to the Windows theme


App Builder 2018.64
- Adapt the App Builder's welcome page to the latest changes in the DecSoft's website. We integrate the support forum in the same website, we no more uses a different software, which means our customers must login just one time in our website to give all the benefits of an DecSoft's customer, including the ability to post into the support forum. This release of App Builder adapt and enhance the welcome page to continue viewing the latest support forum posts in a quick way


App Builder 2018.63
- Fix an introduced error in the Radio controls Javascript which causes that they can't work like expected when their Checked property was "False"


App Builder 2018.61
- Add the new CacheView action. This action can be used to preload an app's view HTML template into the internal app's cache, then when that app's view is required, they no need to be loaded from the scratch. This action is not intended to be used for all app's views, but for some of the most common or "first of", so our app's behaviour can be a bit faster
- Improve the way in which the SimpleGet, SimplePost and LoadVariables actions are translated to Javascript. Catch also the possible HTTP error in the LoadVariables action


App Builder 2018.60
- Find some introduced bugs in the previous release when compile some of the available non visual controls. This release fix that introduced bugs


App Builder 2018.59
- Continue with the enhancements in the App Builder compiler in order to reduce the app.js core Javascript file. This release of App Builder changes the way in which the app's controls are declared, reducing the app.js ammount of Javascript and also obtaining a more readable Javascript app.js file. In a simple test, an real app.js of 1,39 MB (1,00 MB after minimize) has been reduced their size up to 1,06 MB (787 KB after minimize)


App Builder 2018.58
- Change log not available for this version


App Builder 2018.57
- Properly catch possible errors in the HTTP calls made by the SimpleGet and SimplePost actions. Now this errors are reported into the [App.LastError] global variable and causes than the app's Error event are fired


App Builder 2018.56
- Fix a bug in the Timer controls, who can cause unexpected behaviours if we try to start and stop it from different views. The problems can be to unable to stop Timers to double Timers intervals executions. This bug is fixed now.


App Builder 2018.55
- Avoid an error if we try to clear a variable with a null valueu using the ClearVariables action. We receive an error in that case that is fixed now


App Builder 2018.54
- The optional "PluginDocumentReadyEvent" function for App Builder Javascript plugins are not executing properly said when the document DOM is ready, but, just a few milliseconds before of that, which can cause some unexpected problems. This is fixed in this release, and, the refered function is executed when the document DOM is really ready to be used


App Builder 2018.53
- Prevent (only in certain scenario) that an shown view fit only the keyboard allowed space (in device with software keyboards) if the keyboard is present when we use the ShowView or ReplaceView actions


App Builder 2018.52
- Add up to 14 splash screen images (and refer it into the config.xml file) to Apache Cordova for iOS, and, more specifically, trying to solve certain issue found when run the apps in an iPhone X device


App Builder 2018.51
- Complete the spanish translation of the App Builder i18n file and update the french translation of the App Builder i18n with some fixes and new strings added


App Builder 2018.50
- Change log not available for this version


App Builder 2018.49
- Increase the Min SDK option for Android to 16 instead of 14. Add the new Android Oreo 8.1 API 27 into the Target SDK ComboBox of the app Cordova / Android options. Establish this option as the selected by default too
- Update the Phonegap CLI version to the latest Apache Cordova version: 8.0.0


App Builder 2018.48
- Change log not available for this version


App Builder 2018.47
- App Builder generates now the new splash screens (named "story boards") for the iOS platform, instead to the "old" splash screen images. These new images are of course also referred in the Cordova config.xml file. Made also some more other changes at the core app CSS. Both of these changes are made in order to be ready with the iPhone X and other iOS devices


App Builder 2018.46
- The "SplashMaintainAspectRatio" and the "StatusBarOverlaysWebView" Cordova options are not properly saved in the Cordova config.xml file, that is, the App Builder compiler do not take in consideration the default values for this option and do something wrong in some cases. This has been fixed now and the refered options are properly saved and used


App Builder 2018.45
- Move the Cordova Screen options from the General tab to the Configuration one. Inside the Configuration tab we place a new page control with an Screen, Statusbar and Extra XML tabs. The Statusbar tab contains three new Cordova Statusbar related options: Overlay WebView, Style and Background color


App Builder 2018.44
- Add the new Configuration tab in the app's options dialog for the Apache Cordova Android platform. Inside this new tab we add a new Splash Screen Maintain Ratio option. This new option allows to choose (for Android) between to maintain the aspect ratio of the splash screens


App Builder 2018.43

Fixed:
- The HistoryBack and the HistoryForward actions don't cause the [App.CurrentView] to be properly set, which is the expected behaviour. Only the ShowView and ReplaceView actions causes the [App.CurrentView] to be properly set. This has been fixed now and all these actions causes the [App.CurrentView] to be filled properly
- The [App.DialogView] variable are not filled in the proper way when more than one dialog view are open (one after another). This variable store an empty string when a second modal view is closed. This problem has been fixed and the [App.DialogView] stores the current modal view or an empty string (if any modal view is opened)
- If we pass some params to an app view the [App.CurrentView] variable are not filled in the right way, and include the params inside the variable, which is not what we can expected. This problem has been solved too in this DecSoft's App Builder release


App Builder 2018.41
- Upgrade the FontAwesome icons to the latest version 5. The IDE icon picker dialog as well the apps can now use up to 929 icons from the FontAwesome pack, including all the Regular, Solid and Brands icons. Note that some icons names has been renamed from the previous FontAwesome 4.x versions. Review your apps and use the IDE icon picker dialog in order to assign new icons if needed


App Builder 2018.39
- Enhance the algorithm used when generate the splash screens for all the supported Apache Cordova platforms. Thanks very, very, very much José! Without your help we probably can't get our desired result: the best as possible! Thanks again!


App Builder 2018.38
- Change the algorithm used when generate the splash screens for all the supported Apache Cordova platforms. Now the provided splash screen is resized, but, only to fit the generated splash screen. This release includes also a bug fix for the generated landscape splash screens, which certainly crop the provided splash screen in a wrong way before this fix.


App Builder 2018.37
- Introducing the app's views' Params variable. Take a look at the app's views' help topic in order to learn about this new variable that every view in the app have now.  Take also a look at the new ViewParams app sample (number 170), that shows how we can use the new views' Params variable.


App Builder 2018.36
- Some other minor changes and enhancements has been made over the App Builder compiler, some of the includes app samples, the program's help file and the spanish translation.
- Added the new CopyVar action. This action allows to copy or assign the specified variable B into the specified variable A. If the variable A did not exists, a new variable is created. If the variable B did not exists, then an "undefined" value is assigned to the variable A. This action did not take in consideration the type of the variables, then we can use this action to copy or assign variables of any type. For example, we can copy or assign an variable B of the type Array, Object, etc. into the specified variable A.
- Change the debug layout dock panels positions. Instead of place all the debug related dock panels at the button and using tabs, now the debug related dock panels are placed at the right. The enhancement is that they are not placed now in tabs, then we can see by a quick view all the debug related panels, without the need to change any tab.


App Builder 2018.35
- Update the Boostrap CSS framework used internally by App Builder, and, update all the Boostrap CSS app themes, from the Boostrap CSS beta 3 version to the first stable Boostrap CSS 4 version.


App Builder 2018.34
- Fix a bug in the Watcher control that occur if we try to set the Watcher variable in runtime. The Watcher control works now as expected, except that they no more start automatically when the app start: we must start it explicitly when we wanted.
- Minor changes in the Database sample (server side scripts) in order to offer the appropriate exception message if we can't connect with the database server. Now, in addition to the "Can't connect to the database" we have the right PHP exception message.


App Builder 2018.33
- Fix a bug related with the Apache Cordova splash screen: few releases ago App Builder uses the App icon if an splash screen is not provided, however, the appropriate addition in the Batch generated files for Apache Cordova are missing.


App Builder 2018.32
- The Welcome page has been redesigned, simplified and enhanced. Some useful links are provided, as well an HTML form to directly search in the program support forum. As before, the latest posts in the forum are listed too.


App Builder 2018.31
- Upgrade Boostrap CSS 4 to the latest version. Do the same with all the 21 themes by bootswatch. Upgrade the HTML markup for Select, Radio and Checkbox controls to fit the latest version of Boostrap CSS 4.


App Builder 2018.30
- Added a new AlertBox app sample (number 169) to show the different types that we can use in the AlertBox, MessageBox and InputBox actions. The MessageBox sample has been enhanced with more types, the possible use of HTML and others.
- Enhance the AlertBox, InputBox and MessageBox actions. Now these actions respect the user selected "type" (primary, secondary, success, danger, warning, info, light, dark) in the best wat as possible: with the correct background and foreground colors.
- Complete the spanish translation of the App Builder i18n file and update the french translation of the App Builder i18n with some fixes and new strings added. Thanks very much for your work Jean!


App Builder 2018.29
- Fix an anoying bug that causes the code editor indentation do not work as expected when we choose an App Builder action from the code editor autocomplete list.
- Enhance the ApplyModel action in order to try to avoid Angular JS "digest" problem when that action are "abused" or not used properly in the right place. Since the error that can cause this action can affect the app behaviour, this fix try to avoid these problems.


App Builder 2018.28
- Added the new FileDownload app sample (number 168). This sample show us how to download an file into the user device storage (to be available for the user) and also download an image file in the app private storage (to be used only by the app).
- Added the Apache Cordova plugin FileTransfer into the app options dialog, under the Cordova / General / Plugins options. This plugin has been added primarely to be used by the new FileDownload action, but can also be used for other purposes too.
- Added the new action FileDownload, which allow us to download files in both the app private storage and the user device storage. See the FileDownload action help reference for more information and details.
- Added an header in all the generated Batch and Shell files for Apache Cordova with the App Builder version and release number. Just for information purposes.
- From some releases ago App Builder pick the app icon to be used as the splash screen of the app, if an specific splash screen is not specified. However, App Builder do not include the appropriate Apache Cordova plugin to show the app splash screen. This is fixed now.


App Builder 2018.27
- Add the new FrontCamera, FlipButton and TorchButton variables / options to the Barcode control. The Barcode app samples has been enhanced in order to shown the usage of these new variables / options of the Barcode control. The program's help file has been also upgraded describing that variables / options too.


App Builder 2018.26
- App Builder never requires a portrait and landscape splash screens anymore, but, just one image, that, the program uses to automatically generate all the splash screen images for all the supported Apache Cordova platforms. This change is made mostly to be ready with the iOS platform, who changes their splash screens conventions. App Builder continue generating portrait and lanscape screens for the supported platforms, but, now based in the only one image that you must to provide in the app
- Fix an introduced error in the conditions related actions wich can cause certain problems if we deal with decimal numbers "as is" (not using variables) in that conditions related actions


App Builder 2018.25
- We are proud to announce that the splash screens for Apache Cordova that App Builder generates for your app, looks now better than never. App Builder uses now certain new algorithm to create the splash screen files for all the Cordova platforms, and, now also saves the aspect ratio of your provided images.
- App Builder creates now the appropriate splash screens for Apache Cordova based in the app icon, if no other images has been provided in the Cordova / Splash options.
- Translate some missing spanish strings in the DecSoft's App Builder i18n file

Android Studio 3.1.0 查看版本資訊

更新時間:2018-03-28
更新細節:

What's new in this version:

Android Studio 3.1.0

Coding/IDE:
- IntelliJ 2017.3.3: The core Android Studio IDE has been updated with improvements from IntelliJ IDEA through the 2017.3.3 release. Improvements include better control flow analysis for collections and strings, improved nullability inference, new quick fixes, and much more.

SQL editing improvements with Room:
- Code completion within a Query understands SQL tables (entities), columns, query parameters, aliases, joins, subqueries, and WITH clauses
- SQL syntax highlighting now works
- You can right-click a table name in SQL and rename it, which also rewrites the corresponding Java or Kotlin code (including, for example, the return type of the query). Renaming works in the other direction, too, so renaming a Java class or field rewrites the corresponding SQL code
- SQL usages are shown when using Find usages (right-click and choose Find usages from the context menu)
- To navigate to an SQL entity's declaration in Java or Kotlin code, you can hold Control (Command on Mac) while clicking the entity

Updates to data binding:
- You can now use a LiveData object as an observable field in data binding expressions. The ViewDataBinding class now includes a new setLifecycle() method that you use to observe LiveData objects
- The ObervableField class can now accept other Observable objects in its constructor
- You can preview a new incremental compiler for your data binding classes. For details of this new compiler and instructions for enabling it, see Data Binding Compiler V2.

Benefits of the new compiler include the following:
- ViewBinding classes are generated by the Android Plugin for Gradle before the Java compiler
- Libraries keep their generated binding classes when the app is compiled, rather than being regenerated each time. This can greatly improve performance for multi-module projects

D8 is the default DEX compiler:
This new DEX compiler brings with it several benefits, including the following:
- Faster dexing
- Lower memory usage
- Improved code generation (better register allocation, smarter string tables)
- Better debugging experience when stepping through code

Incremental desugaring:
- For projects that use Java 8 language features, incremental desugaring is enabled by default, which can improve build times
- Desugaring converts syntactic sugar into a form that the compiler can process more efficiently

Simplified output window:
- The Gradle Console has been replaced with the Build window, which has Sync and Build tabs

Batch updates and indexing concurrency:
- The Gradle sync and IDE indexing processes are now much more efficient, reducing time wasted on many redundant indexing operations

C++ and LLDB:
- If you work with large C++ projects, you should notice a significant improvement in the reduction of time spent building symbols. Sync time is also greatly reduced for large projects
- Performance when building and syncing with CMake has been improved through more aggressive reuse of cached results
- The addition of formatters ("pretty printers") for more C++ data structures makes LLDB output easier to read
- LLDB now works with only Android 4.1 (API level 16) and higher

Kotlin:
- Kotlin upgraded to version 1.2.30
- Kotlin code now analyzed with command-line lint check

Performance tools:
- The CPU Profiler now includes a default configuration to record sampled traces of your app's native threads. You can use this configuration by deploying your app to a device running Android 8.0 (API level 26) or higher and then selecting Sampled (Native) from the CPU Profiler's recording configurations dropdown menu. After that, record and inspect a trace as you normally would.
- You can change default settings, such as the sampling interval, by creating a recording configuration
- To switch back to tracing your Java threads, select either a Sampled (Java) or Instrumented (Java) configuration

Filter CPU traces, memory allocation results, and heap dumps:
- The CPU Profiler and Memory Profiler include a search feature that allows you to filter results from recording a method trace, memory allocations, or heap dump
- In the CPU Profiler's Flame Chart tab, call stacks that include methods related to your search query are highlighted and moved to the left side of the chart

Request tab in the Network Profiler:
- The Network Profiler now includes a Request tab that provides details about network requests during the selected timeline. In previous versions, the Network Profiler only provided information about network responses

Thread View in the Network Profiler:
After selecting a portion of the timeline in the Network Profiler, you can select one of the following tabs to see more detail about the network activity during that timeframe:
- Connection View: Provides the same information as previous versions of Android Studio—it lists files that were sent or received during the selected portion of the timeline across all of your app's CPU threads. For each request, you can inspect the size, type, status, and transmission duration
- Thread View: Displays network activity of each of your app's CPU threads. This view allows you to inspect which of your app's threads are responsible for each network request

Layout Inspector:
The Layout Inspector gained new features, including some functionality previously provided by the deprecated Hierarchy Viewer and Pixel Perfect tools:
- Zoom buttons and keyboard shortcuts for navigating and inspecting layouts
- Reference grid overlay
- Ability to load a reference image and use it as an overlay (useful for comparing your layout with a UI mockup)
- Render subtree preview to isolate a view in a complex layout

Layout Editor improvements:
- Reorganization of categories for views and layouts
- New Common category for views and layouts, which you can add to with a Favorite command
- Improved search for views and layouts
- New commands for opening documentation for a specific view or layout element
- You can use the new Convert view command in the Component tree or design editor to convert a view or layout to another type of view or layout
- You can now easily create constraints to items near the selected view using the new Create a connection buttons in the view inspector at the top of the Attributes window

Run and Instant Run:
- The behavior of the Use same selection for future launches option in the Select deployment target dialog has been made more consistent. If the Use same selection option is enabled, then the Select deployment target dialog opens only the first time that you use the Run command until the selected device is no longer connected.
- When targeting a device running Android 8.0 (API level 26) or higher, Instant Run can deploy changes to resources without causing an application restart. This is possible because the resources are contained in a split APK

Emulator improvements:
- Quick Boot snapshots for saving of emulator state and faster start, with the ability to use the Save now command to save a custom start state
- Windowless emulator screen
- System images for Android 8.0 (API level 26), Android 8.1 (API level 27), and Android P Developer Preview

User interface and user experience improvements:
- We have added tooltips and helpful message overlays in many places throughout Android Studio
- To see keyboard shortcuts for many commands, just hold the mouse pointer over a button until the tooltip appears
- The Tools > Android menu has been removed. Commands that were previously under this menu have been moved
- Many commands moved to directly under the Tools menu
- The Sync project with gradle files command moved to the File menu
- The Device Monitor command has been removed, as described below

Device Monitor available from the command line:
- In Android Studio 3.1, the Device Monitor serves less of a role than it previously did. In many cases, the functionality available through the Device Monitor is now provided by new and improved tools.
- See the Device Monitor documentation for instructions for invoking the Device Monitor from the command line and for details of the tools available through the Device Monitor



Android Studio 3.0.1
- Change log not available for this version


Android Studio 3.0.0

Android Plugin for Gradle 3.0.0:
The new Android plugin for Gradle includes a variety of improvements and new features, but it primarily improves build performance for projects that have a large number of modules. When using the new plugin with these large projects, you should experience the following:
- Faster build configuration times due to new delayed dependency resolution
- Variant-aware dependency resolution for only the projects and variants you are building
- Faster incremental build times when applying simple changes to code or resources

This version also includes the following:
- Support for Android 8.0
- Support for building separate APKs based on language resources
- Support for Java 8 libraries and Java 8 language features (without the Jack compiler)
- Support for Android Test Support Library 1.0 (Android Test Utility and Android Test Orchestrator)
- Improved ndk-build and cmake build speeds
- Improved Gradle sync speed
- AAPT2 is now enabled by default
- Using ndkCompile is now more restricted. You should instead migrate to using either CMake or ndk-build to compile native code that you want to package into your APK. To learn more, read Migrate from ndkcompile
- If you're ready to upgrade to the new plugin, see Migrate to Android Plugin for Gradle 3.0.0

Kotlin support:
- As announced at Google I/O 2017, the Kotlin programming language is now officially supported on Android. So with this release, Android Studio includes Kotlin language support for Android development
- You can incorporate Kotlin into your project by converting a Java file to Kotlin (click Code > Convert Java File to Kotlin File) or by creating a new Kotlin- enabled project using the New Project wizard

Java 8 language features support:
- You can now use certain Java 8 language features and consume libraries built with Java 8. Jack is no longer required, and you should first disable Jack to use the improved Java 8 support built into the default toolchain
- To update your project to support the new Java 8 language toolchain, update the Source Compatibility and Target Compatibility to 1.8 in the Project Structure dialog (click File > Project Structure). To learn more, read how to use Java 8 language features

Android Profiler:
- The new Android Profiler replaces the Android Monitor tool and provides a new suite of tools to measure your app's CPU, memory, and network usage in realtime. You can perform sample-based method tracing to time your code execution, capture heap dumps, view memory allocations, and inspect the details of network-transmitted files
- To open, click View > Tool Windows > Android Profiler (or click Android Profiler in the toolbar)
- The event timeline at the top of the window shows touch events, key presses, and activity changes so you have more context to understand other performance events in the timeline
- Note: The Logcat view also moved to a separate window (it was previously inside Android Monitor, which was removed)
- From the Android Profiler's overview timeline, click on the CPU, MEMORY, or NETWORK timelines to access the corresponding profiler tools

CPU Profiler:
- The CPU Profiler helps you analyze the CPU thread usage of your app by triggering a sample or instrumented CPU trace. Then, you can troubleshoot CPU performance issues using a variety of data views and filters

Memory Profiler:
- The Memory Profiler helps you identify memory leaks and memory churn that can lead to stutter, freezes, and even app crashes. It shows a realtime graph of your app's memory use, lets you capture a heap dump, force garbage collections, and track memory allocations

Network Profiler:
- The Network Profiler allows you to monitor the network activity of your app, inspect the payload of each of your network requests, and link back to the code that generated the network request

APK profiling and debugging:
- Android Studio now allows you to profile and debug any APK without having to build it from an Android Studio project—as long as the APK is built to enable debugging and you have access to the debug symbols and source files
- To get started, click Profile or debug APK from the Android Studio Welcome screen. Or, if you already have a project open, click File > Profile or debug APK from the menu bar. This displays the unpacked APK files, but it does not decompile the code. So, to properly add breakpoints and view stack traces, you need to attach Java source files and native debug symbols

Device File Explorer:
- The new Device File Explorer allows you to inspect your connected device's filesystem, and transfer files between the device and your computer. This replaces the filesystem tool available in DDMS
- To open, click View > Tool Windows > Device File Explorer

Instant Apps support:
- New support for Android Instant Apps allows you to create Instant Apps in your project using two new module types: Instant App modules and Feature modules (these require that you install the Instant Apps Development SDK)
- Android Studio also includes a new modularize refactoring action to help you add support for Instant Apps in an existing project. For example, if you want to refactor your project to place some classes in an Instant App feature module, select the classes in the Project window and click Refactor > Modularize. In the dialog that appears, select the module where the classes should go and click OK
- And when you're ready to test your Instant App, you can build and run your Instant App module on a connected device by specifying the Instant App's URL within the run configuration launch options: Select Run > Edit Configurations, select your Instant App module, and then set the URL under Launch Options

Android Things modules:
- New Android Things templates in the New Project and New Module wizards to help you start developing for Android-powered IOT devices

Adaptive Icons wizard:
- Image Asset Studio now supports vector drawables and allows you to create adaptive launcher icons for Android 8.0 while simultaneously creating traditional icons ("Legacy" icons) for older devices
- To start, right-click on the res folder in your project, and then click New > Image Asset. In the Asset Studio window, select Launcher Icons (Adaptive and Legacy) as the icon type
- Note: You must set compileSdkVersion to 26 or higher to use adaptive launcher icons

Support for font resources:
- To support the new font resources in Android 8.0, Android Studio includes a font resources selector to help bundle fonts into your app or configure your project to download the fonts on the device (when available). The layout editor can also preview the fonts in your layout
- To try downloadable fonts, ensure that your device or emulator is running Google Play Services v11.2.63 or higher. For more information, read about Downloadable Fonts

Firebase App Indexing Assistant:
- The Firebase Assistant has been updated with a new tutorial to test App Indexing. To open the Assistant, select Tools > Firebase. Then select App Indexing > Test App Indexing

The tutorial includes new buttons to test your public and personal content indexing:
- In step 2, click Preview search results to verify that your URLs are showing up in Google Search results
- In step 3, click Check for errors to verify that the indexable objects in your app have been added to the personal content index

Android App Links Assistant:
The App Links Assistant has been updated with the following new capabilities:
- Add URL tests for each URL mapping to be sure your intent filters handle real-world URLs
- You can also define these URL tests by hand using the tag described below
- Create a Digital Asset Links file with the appropriate object entry to support Google Smart Lock, and add the corresponding asset_statements tag to your manifest file

URL intent-filter validator:
- Android Studio now supports a special tag in the manifest file that allows you to test your intent filter URLs. These are the same tags that the App Links Assistant can create for you
- To declare a test URL for an intent filter, add a element alongside the corresponding element.If any one of the test URLs does not pass the intent filter definition, a lint error appears. Such an error still allows you to build debug variants, but it will break your release builds

Layout Editor:
The Layout Editor has been updated with a number of enhancements, including the following:
- New toolbar layout and icons
- Updated layout in the component tree
- Improved drag-and-drop view insertions
- New error panel below the editor, showing all issues with suggestions to fix (if available)

Various UI enhancements for building with ConstraintLayout, including the following:
- New support to create barriers
- New support to create groups: In the toolbar, select Guidelines > Add Group (requires ConstraintLayout 1.1.0 beta 2 or higher)
- New UI to create chains: Select multiple views, and then right-click and select Chain

Layout Inspector:
- The Layout Inspector includes enhancements to make it easier to debug issues with your app layouts, including grouping properties into common categories and new search functionality in both the View Tree and the Properties panes

APK Analyzer:
- You can now use the APK Analyzer from the command line with the apkanalyzer tool

The APK Analyzer has also been updated with the following improvements:
For APKs built with ProGuard, you can load ProGuard mapping files that add capabilities to the DEX viewer, including:
- Bolded nodes to indicate that the nodes should not be removed when shrinking code
- A button to show nodes that were removed during the shrinking process
- A button that restores the original names of nodes in the tree view that were obfuscated by ProGuard
- The DEX Viewer now shows the estimated size impact of each package, class and method
- New filtering options at the top to show and hide fields and methods
- In the tree view, nodes that are references not defined in the DEX file appear in italics

Preview for D8 DEX compiler:
- Android Studio 3.0 includes an optional new DEX compiler called D8. It will eventually replace the DX compiler, but you can opt-in to use the new D8 compiler now
- DEX compilation directly impacts your app's build time, .dex file size, and runtime performance. And when comparing the new D8 compiler with the current DX compiler, D8 compiles faster and outputs smaller .dex files, while having the same or better app runtime performance

To try it, set the following in your project's gradle.properties file:
- android.enableD8=true

Google's Maven repository:
- Android Studio now uses Google’s Maven Repository by default instead of depending on the Android SDK Manager to get updates for Android Support Library, Google Play Services, Firebase, and other dependencies. This makes it easier to keep your libraries up to date, especially when using a continuous integration (CI) system

All new projects now include the Google Maven repository by default. To update your existing project, add google() in the repositories block of the top-level build.gradle file:
OTHER CHANGES:
- Native debugging with Android Studio no longer supports 32-bit Windows. We've chosen to focus on other platforms because very few developers are using this platform. If you are using 32-bit Windows and you plan to debug native code, you should keep using Android Studio 2.3
- Upgraded the base IDE to IntelliJ 2017.1.2, which adds a number of new features from 2016.3 and 2017.1, such as Java 8 language refactoring, parameter hints, semantic highlighting, draggable breakpoints, instant results in search, and much more
- Added many new lint checks
- Also see the latest Android Emulator updates


Android Studio 2.3.3
- This is a minor update to add support for Android O (API level 26)


Android Studio 2.3.2
- AVD Manager updates to support Google Play in system images
- Bug fixes for NDK builds when using R14+ of the NDK
- Also see corresponding updates for Android Emulator 26.0.3


Android Studio 2.3.1
- This is a minor update to Android Studio 2.3 that fixes an issue where some physical Android devices did not work properly with Instant Run


Android Studio 2.3

New:
- Android Studio can now convert PNG, BMP, JPG, and static GIF files to WebP format. WebP is an image file format from Google that provides lossy compression (like JPEG) as well as transparency (like PNG) but can provide better compression than either JPEG or PNG. For more information, see Convert Images to WebP in Android Studio
- The new App Links Assistant simplifies the process of adding Android App Links to your app into a step-by-step wizard. Android App Links are HTTP URLs that bring users directly to specific content in your Android app

The Layout Editor now includes support for two new ConstraintLayout features:
- Define a view size based on an aspect ratio
- Create packed, spread, and weighted linear groups with constraint chains
- For more information, see Build a Responsive UI with ConstraintLayout
- The Layout Editor also now lets you create a list of favorite attributes so you don't have to click View all attributes to access the attributes you use most
- When adding a material icon using the Vector Import Dialog (File > New > Vector Asset), you can now filter the list of available icons by category or by icon name. For more information, see Adding a material icon
- New and updated annotations. The new @RestrictTo annotation for methods, classes, and packages lets you restrict an API. The updated @VisibleForTesting annotation now has an optional otherwise argument that lets you designate what the visibility of a method should be if not for the need to make it visible for testing. Lint uses the otherwise option to enforce the intended visibility of the method
- New lint baseline support allows you to use a snapshot of your project's current set of warnings as a baseline for future inspection runs so only new issues are reported. The baseline snapshot lets you start using lint to fail the build for new issues without having to go back and address all existing issues first

New lint checks, including the following:
- Obsolete SDK_INT Checks: Android Studio removes obsolete code that checks for SDK versions
- Object Animator Validation: Lint analyzes your code to make sure that your ObjectAnimator calls reference valid methods with the right signatures and checks that those methods are annotated with @Keep to prevent ProGuard from renaming or removing them during release builds
- Unnecessary Item Decorator Copy: Older versions of the RecyclerView library did not include a divider decorator class, but one was provided as a sample in the support demos. Recent versions of the library have a divider decorator class. Lint looks for the old sample and suggests replacing it with the new one
- WifiManager Leak: Prior to Android 7.0 (API level 24), initializing the WifiManager with Context.getSystemService() can cause a memory leak if the context is not the application context. Lint looks for these initializations, and if it cannot determine that the context is the application context, it suggests you use Context.getApplicationContext() to get the proper context for the initialization
- Improved Resource Prefix: The existing resourcePrefix lint check had many limitations. You can now configure your project with a prefix, such as android { resourcePrefix 'my_lib' }, and lint makes sure that all of your resources are using this prefix. You can use variations of the name for styles and themes. For example for the my_lib prefix, you can have themes named MyLibTheme, myLibAttr, my_lib_layout, and so on
- Switch to WebP: This check identifies images in your project that can be converted to WebP format based on your project’s minSdkVersion setting. An associated quickfix can automatically convert the images, or you can convert images to WebP manually
- Unsafe WebP: If your project already includes WebP images, this check analyzes your project to ensure that your minSdkVersion setting is high enough to support the included images. For more information about WebP support in Android and Android Studio, see Which browsers natively support WebP? and Create WebP Images Using Android Studio

Changes:
- A separate button to push changes with Instant Run: After deploying your app, you now click Apply Changes to quickly push incremental changes to your running app using Instant Run. The Run and Debug buttons are always available to you when you want to reliably push your changes and force an app restart
- Instant Run is supported only when deploying your app to a target device running Android 5.0 (API level 21) or higher
- Instant Run is no longer disabled for projects that link to external native projects using CMake or ndk-build. However, you can only use Instant Run to push incremental changes to your Java code, not your native code
- Cold swaps (which you can force for a running app by clicking Run ) are now more reliable. Forcing a cold swap also fixes the issue where changes to notification and widget UIs were not updated on the target device
- Includes optimizations that make app startup much faster. These optimizations may affect profiling, so you should temporarily disable Instant Run whenever profiling your app
- The AVD Manager and SDK Manager buttons are now included in the lean Navigation Bar as well as the full Toolbar. To use the lean Navigation Bar, click View to open the View menu, then ensure that Navigation Bar is selected and Toolbar is not selected
- The "Hybrid" debugger has been renamed to "Dual" debugger

In the Run/Debug Configurations dialog, under Defaults in the left pane, the following run configuration names have changed with no behavior changes:
- The JUnit name has changed to Android JUnit. If you have a project that uses JUnit run configurations, those configurations are transformed to Android JUnit run configurations the first time you open the project with Android Studio. A dialog appears to inform you of the name change
- The Android Tests name has changed to Android Instrumented Tests
- The GPU Debugger has been removed from Android Studio as of version 2.3. An open-source, standalone version of the tool will be made available soon on GitHub
- The Run/Debug option is no longer available when you right-click a *.gradle build script
- All templates now use ConstraintLayout as the default layout
- The Widgets palette in the Layout Editor has been redesigned


Android Studio 2.2.3
- ProGuard version rollback. Due to a correctness issue discovered in ProGuard 5.3.1, we have rolled back to ProGuard 5.2.1. We have worked with the ProGuard team on getting a fix quickly, and we expect to roll forward to ProGuard 5.3.2 in Android Studio 2.3 Canary 3.
- Bug fix for aaptOptions IgnoreAssetsPattern not working properly
- Bug fix for Gradle autodownload for Constraint Layout library
- Bug fix for a JDK8/Kotlin compiler + dx issue


Android Studio 2.2.2
- Includes bug fixes and performance improvements
- Fixed Issues
- Instant Run bug fixes
- Gradle Plug-in Bug fixes
- 32-bit JDK for use on 32-bit Windows

New Features:
- Android API 25 Support - Basic support for API 25 inside Android Studio to support the Android 7.1 developer preview. We know there are still a few more updates inside Android Studio before we set API 25 as the default.
- Expanded reporting when reporting Instant Run issues - When reporting an instant run issue we now collect


Android Studio 2.2.1

Fixed Issues:
- An Updated JDK to address multiple issues with MacOS Sierra
- Improves the Native (C++) Development experience by resolving multiple critical bugs
- Several Instant Run and Gradle Bug Fixes
- Multiple issues in data binding

New Features:
- Improved Reporting for Instant Run Issues: Some of you have been reporting issues with Instant Run, but it has been hard for us reproduce them. We have added extra logging to help us investigate Instant Run issues. This extra logging is OFF by default, and to enable it, go to Settings or Preferences, go to Build, Execution, Deployment > Instant Run, and check Log extra info is check. Next time you encounter an Instant Run issues, you can report it by clicking Help > Report Instant Run Issue.


Android Studio 2.2.0

New:
- All new Layout Editor with tools custom-built to support ConstraintLayout.
- New Layout Inspector lets you examine snapshots of your layout hierarchy while your app is running on the emulator or a device
- New Assistant window to help you integrate Firebase services into your app
- New APK Analyzer tool so you can inspect the contents of your packaged app
- New Espresso Test Recorder tool (currently in beta) to help you create UI tests by recording your own interactions
- New build cache (currently experimental) to speed up build performance
- New C/C++ build integration with CMake and ndk-build. Compile and build new or existing native code into libraries packaged into your APK, and debug using lldb. For new projects, Android Studio uses CMake by default, but also supports ndk-build for existing projects. To learn how to include native code in your Android application, read Add C and C++ Code to Your Project. To learn how to debug native code with lldb, see Debug Native Code
- New Samples Browser so you can easily look up Google Android sample code from within Android Studio to jump start app development
- New Merged Manifest Viewer to help you diagnose how your manifest file merges with your app dependencies across project build variants
- The Run window now contains log messages for the current running app. Note that you can configure the logcat Monitor display, but not the Run window
- Android Studio now comes bundled with OpenJDK 8. Existing projects still use the JDK specified in File > Project Structure > SDK Location. You can switch to use the new bundled JDK by clicking File > Project Structure > SDK Location and checking the Use embedded JDK checkbox
- Added new help menus and buttons in the UI so you can more easily find the online documentation

New Android Emulator features:
- Added new Virtual Sensors and Cellular > Signal Strength controls.
- Added an LTE option to the Cellular > Network type control.
- Added simulated vertical swipes for scrolling through vertical menus with a mouse wheel.

New Run/Debug Configuration features:
- The Debugger tab of the Android App and Android Tests templates now contain several new options for debugging with LLDB
- The Profiling tab of the Android App and Android Tests templates now contain a Capture GPU Commands option for enabling GPU tracing. You can display GPU traces in the GPU Debugger (a beta feature)
- The Android Tests template now has a Firebase Test Lab Device Matrix option for the Deployment Target
- The Native Application template has been deprecated. If you use this template in a project, Android Studio automatically converts it to the Android App template
- The Android Application template has been renamed to Android App

Changes:
- Updated the IDE codebase from IntelliJ 15 to IntelliJ 2016.1
- Instant Run now requires the platform SDK corresponding to the target device API level to be installed
- Instant Run will automatically disabled if user is running the app under a work profile or as a secondary user
- Fixed many reliability issues for Instant Run where changes were not getting deployed or the app would crash
- Improved performance for Gradle sync within the IDE, especially for large projects
- Improved build times for both full and incremental builds with new app packaging code
- Improved Jack compiler performance and features, including support for annotation processors and dexing in process. To learn more, read the Android plugin for Gradle 2.2.0 release notes
- Added an updated AccelerometerPlay sample so you can try out the emulator Accelerometer control. Select File > New > Import Sample to import the project
- Removed the Scale AVD property from the AVD Manager
- The Android Emulator -port and -ports command-line options now report which ports and serial number the emulator instance is using, and warn if there are any issues with the values you provided
- Improved the Create New Class dialog and the corresponding file templates. Note: If you've previously customized the AnnotationType, Class, Enum, Interface, or Singleton file templates, you need to modify your templates to comply with the new templates or you won’t be able to use the new fields in the Create New Class dialog
- Improved the Vector Asset Studio user interface and added support for Adobe Photoshop Document (PSD) files
- Improved the Image Asset Studio user interface
- Improved the Theme Editor's Resource Picker
- Fixed memory leaks and reduced overall memory usage in Android Studio
- Added a Background button in the SDK Manager so you can get back to work and install your packages in the background
- Improved Accessibility features, including support for screen readers and keyboard navigation
- Enhanced Code Analysis includes code quality checks for Java 8 language usage and more cross-file analysis
- Several toolbar icons have changed


Android Studio 2.1.3
- This update adds compatibility with Gradle 2.14.1, which includes performance improvements, new features, and an important security fix


Android Studio 2.1.2
- Android Studio 2.1.2 includes a number of small changes and bug fixes
- Instant Run updates and bug fixes
- Improved performance in LLDB and a notification in studio when there are LLDB crashes
- Git rebase command now works with Android Studio’s latest security update
- And a few additional general fixes


Android Studio 2.1.1
- This fixes a serious security vulnerability in all older versions of Android Studio.


Android Studio 2.1
- The primary changes in this update provide support for development with the Android N Preview
- The Android N platform adds support for Java 8 language features, which require a new experimental compiler called Jack. The latest version of Jack is currently supported only in Android Studio 2.1. So if you want to use Java 8 language features, you need to use Android Studio 2.1 to build your app
- Although Android Studio 2.1 is now stable, the Jack compiler is still experimental and you must enable it with the jackOptions property in your build.gradle file.
- The Java-aware C++ debugger is now enabled by default when you're using an N device or emulator and select Native debugger mode (in the Debugger tab for your run/debug configuration).


Android Studio 2.0
- Android Studio 2.0 is the fastest way to build high quality, performant apps for the Android platform, including phones and tablets, Android Auto, Android Wear, and Android TV. As the official IDE from Google, Android Studio includes everything you need to build an app, including a code editor, code analysis tools, emulators and more. This new and stable version of Android Studio has fast build speeds and a fast emulator with support for the latest Android version and Google Play Services.
- Android Studio is built in coordination with the Android platform and supports all of the latest and greatest APIs. If you are developing for Android, you should be using Android Studio 2.0. It is available today as a easy download or update on the stable release channel.

Android Studio 2.0 includes the following new features that Android developer can use in their workflow :
- Instant Run - For every developer who loves faster build speeds. Make changes and see them appear live in your running app. With many build/run accelerations ranging from VM hot swapping to warm swapping app resources, Instant Run will save you time every day.
- Android Emulator - The new emulator runs ~3x faster than Android’s previous emulator, and with ADB enhancements you can now push apps and data 10x faster to the emulator than to a physical device. Like a physical device, the official Android emulator also includes Google Play Services built-in, so you can test out more API functionality. Finally, the new emulator has rich new features to manage calls, battery, network, GPS, and more.
- Cloud Test Lab Integration - Write once, run anywhere. Improve the quality of your apps by quickly and easily testing on a wide range of physical Android devices in the Cloud Test Lab right from within Android Studio.
- App Indexing Code Generation & Test - Help promote the visibility your app in Google Search for your users by adding auto-generated URLS with the App Indexing feature in Android Studio. With a few click you can add indexable URL links that you can test all within the IDE
- GPU Debugger Preview - For those of you developing OpenGL ES based games or apps, you can now see each frame and the GL state with the new GPU debugger. Uncover and diagnosis GL rendering issues by capturing and analyzing the GPU stream from your Android device
- IntelliJ 15 Update - Android Studio is built on the world class Intellij coding platform. Check out the latest Intellij features here

Deeper Dive into the New Features:
Instant Run:
- Today, mobile platforms are centered around speed and agility. And yet, building for mobile can sometimes feel clunky and slow. Instant Run in Android Studio is our solution to keep you in a fast and fluid development flow. The feature increases your developer productivity by accelerating your edit, build, run cycles. When you click on the Instant Run button (), Instant Run will analyze the changes you have made and determine how it can deploy your new code in the fastest way


Android Studio 1.5.1
- Fixed a rendering failure issue in the Layout Editor. Issue: 194612
- Added the ability to vary description manifest attributes by configuration. Issue: 194705
- Improved the contrast of the Android Studio Darcula appearance theme in Vector Asset Studio. Issue: 191819
- Added Help button support to Vector Asset Studio.
- Added support for the % operator for data binding. Issue: 194045
- Fixed a case where launching an app for debugging resulted in the debugger connecting to the wrong device. Issue: 195167
- Fixed a null pointer exception that could occur when attempting to run an app in certain scenarios.


Android Studio 1.5.0
- Added new Memory Monitor analysis abilities to Android Monitor. When you view an HPROF file captured from this monitor, the display is now more helpful so you can more quickly locate problems, such as memory leaks. To use this monitor, click Android Monitor at the bottom of the main window. In Android Monitor, click the Memory tab. While the monitor is running, click the Dump Java Heap icon, and then click Captures in the main window and double-click the file to view it. Click Capture Analysis on the right. (The Android Device Monitor can't be running at the same time as Android Monitor.)
- Added new deep link and app link support. The Code Editor can automatically create an intent filter for deep linking in the AndroidManifest.xml file. It can also generate code to help you integrate with the App Indexing API in an activity in a Java file. A deep link testing feature helps you verify that a specified deep link can launch an app. In the General tab of the Run/Debug Configurations dialog, you can specify deep link launch options. You can also test App Indexing API calls in an activity by using the Android Monitor logcat display. The Android lint tool now has warnings for certain issues involving deep links and the App Indexing API.
- Added the ability to use short names when code-completing custom views in the Code Editor.
- Added support for more VectorDrawable elements to Vector Asset Studio for backward-compatibility. Vector Asset Studio can use these elements to convert vector drawables into PNG raster images to use with Android 4.4 (API level 20) and lower.
- Added new lint checks for Android TV and Android Auto to give you immediate, actionable feedback in Android Studio, along with several quick fixes. For example, for Android TV, it can report and provide a quick fix for permissions, unsupported hardware, uses-feature element, and missing banner issues. For Android Auto, it can validate the correct usage in the descriptor file referred from your AndroidManifest.xml file, report if there isn't an intent filter for the MediaBrowserService class, and identify certain voice actions issues.
- Added new lint checks for insecure broadcast receivers, SSLCertificateSocketFactory and HostnameVerifier class uses, and File.setReadable() and File.setWritable() calls. It also detects invalid manifest resource lookups, especially for resources that vary by configuration.
- Fixed a number of stability issues.


Android Studio 1.4.1
- Fixed a Gradle model caching issue that could lead to excessive Gradle syncing when the IDE was restarted.
- Fixed a native debugging deadlock issue.
- Fixed an issue blocking users of the Subversion 1.9 version control system.
- Fixed a Device Chooser dialog problem where after connecting a device that was unauthorized you could no longer select the emulator.
- Fixed incorrect translation error reporting for locales that have a region qualifier and a translation in the region (but not in the base locale).
- Fixed a deadlock issue in the Theme Editor related to its interaction with the Layout Editor.
- Fixed a Theme Editor reload and edit conflict causing attributes to not properly update.
- Improved Theme Editor performance.
- Fixed an issue where the android:required attribute was ignored in the manifest.


Android Studio 1.4.0
- Added the Vector Asset Studio tool for importing vector graphics, such as material icons and SVG files. To use this tool, in the Android view of the Project window, right-click the res folder and select New > Vector Asset.
- Added new Android Monitor functions, GPU and Network. To use these monitors, click Android Monitor at the bottom of the main window. The Android Device Monitor can't be running at the same time as Android Monitor.
- Added an early preview of the new Theme Editor. To use this feature, select Tools > Android > Theme Editor.
- Updated the Android templates for the Design Support Library. Templates now include support for the Material Design specification, as well as the appcompat Support Library for backwards compatibility.


Android Studio 1.3.2
- Added support for Android 6.0 (API level 23), including new icons and AVD Manager support for creating devices with new screen densities.
- Fixed an exception that was occuring during update checks.
- Fixed problem where unresolved view coordinates could cause the layout editor to crash.
- Fixed issue with invalid resource type warnings.
- Fixed lint check that was incorrectly flagging resources as private.


Android Studio 1.3.1
- Fixed support for creating an Android Wear Android Virtual Device (AVD) on Windows.
- Updated the Project Wizard to use the entered project name.
- Added support to allow the Android SDK to be stored in a read-only directory.
- Updated Android Plugin for Gradle version to 1.3.0.
- Fixed issues with launching a debug session from the Android Debug Bridge (adb) Unix shell.
- Fixed the Java package renaming message to show the correct package name.


Android Studio 1.3.0
- Added options to enable developer services, such as AdMob and Analytics, in your app from within Android Studio.
- Added additional annotations, such as @RequiresPermission, @CheckResults, and @MainThread.
- Added the capability to generate Java heap dumps and analyze thread allocations from the Memory Monitor. You can also convert Android-specific HPROF binary format files to standard HPROF format from within Android Studio.
- Integrated the SDK Manager into Android Studio to simplify package and tools access and provide update notifications.
- Added the finger command in the emulator console to simulate fingerprint authentication.
- Added a resource declaration to designate library resources as public and private resources.
- Added data binding support to create declarative layouts that bind your application logic to layout elements.
- Added support for a separate test APK module to build test APKs in Android Studio.
- Updated the AVD Manager with HAXM optimizations and improved notifications.
- Added 64-bit ARM and MIPS emulator support for QEMU 2.1.
- Simplified the resolution of lint warnings by adding quick fixes, such as the automatic generation of Parcelable implementation.
- Added live template support for quick insertion of code snippets.


Android Studio 1.2.1
- Fixed minor performance and feature issues.


Android Studio 1.0
- Change log not available for this version.


Android Studio 1.0 Build 135.1629389:
- After two years of development, we're extremely happy to announce that Android Studio 1.0 has finally been released!
- We would like to thank all of our early access users for their feedback and bug reports which helped shape the IDE.


Android Studio 0.8.14:
- Improvements to the AVD manager: more feedback when creating and starting AVDs; better default RAM device defaults, better system API sorting, tweak emulator launch parameters, and the emulator output is now displayed in an output tab (which is important when the emulator runs into fatal problems, such as the device description requiring more RAM than available on the system)
- Updated editor support for Android Lollipop: API metadata now includes Lollipop APIs, and the new XML drawable tags and attributes are such as are supported in editor XML validation and code completion


Android Studio 0.8.13:
- We've just released Android Studio 0.8.13 to the canary channel.  This is primarily a bug fix release relative to 0.8.12 from last week.
- However, it does include some support for Android Lollipop and device information and art for the new Nexus devices. For example, you can create AVDs for Nexus 6 and Nexus 9

IntelliJ IDEA 2018.1 查看版本資訊

更新時間:2018-03-28
更新細節:

What's new in this version:

IntelliJ IDEA 2018.1 Build 181.4203.550

Java:
- Enhanced Code Completion
- Better data flow analysis
- Many new Java inspections

JVM debugger:
- Raise an exception during debugging
- Log breakpoints stack trace to console
- Annotations for Async stack traces

Editor:
- Inline external annotations
- Inferred annotation hints

Android:
- Merged features from Android Studio 3.0
- Version Control Systems:
- Support for partial Git commits


IntelliJ IDEA 2017.3.5 Build 173.4674.33

First of all, with this update, we fixed SSH access to GitHub when using the built-in SSH executable:
- As GitHub dropped support for weak cryptographic keys, it caused connectivity issues when the built-in SSH executable was used to connect to GitHub. So we’ve updated the built-in SSH executable to make it compatible with GitHub’s new stronger cryptographic standards
- We also backported this fix to our earlier IntelliJ IDEA versions. And of course, the IntelliJ IDEA 2018.1 EAP build already contains this fix

Besides this, IntelliJ IDEA 2017.3.5 addresses the following issues:
- Fixed the issue with incorrect and unexpected Expand behavior in the Structure View: IDEA-184675
- The Change Signature dialog now uses the system-wide color sсheme for the parameters list, instead of the editor specific color scheme: IDEA-134545
- Eclipse compiler bundled with IntelliJ IDEA now supports Java 9 sources: IDEA-184951

Also with v2017.3.5, we’ve updated the JDK to the 1.8.0_152-release-1024-b15 version, with the following fixes integrated:
- Unlimited cryptographic policy is enabled by default (JRE-638)
- The issue of empty Memory View in Debug session of an application running with JRE 9 was fixed (JRE-641)


IntelliJ IDEA 2017.3.4 Build 173.4548.28

Now renaming a module is reflected in the dependent module’s file (.iml):
- You can now use the TAB key to jump to the Result pane in the Evaluate Expression window (fixed a regression)
- Fixed the issue with Gradle silent import doing nothing when the Gradle JDK is invalid
- The Show Local Changes as UML action doesn’t let you scroll infinitely
- Unlimited resizing in Diagrams when scrolling with the mouse wheel has been fixed
- New shortcuts Shift + Del and Сtrl + X (cmd + X) have been assigned to the remove results action in the Find Tool Window


IntelliJ IDEA 2017.3.3 Build 173.4301.25

- The Tool Window docking issue has been fixed
- The Gradle import is performed in the background
- The ability to pause the terminal output
- Now the IDE correctly resolves the dependency with the “bundle”
- Fixed an issue which caused the loss of all run configurations
- Now the Flatten Modules option is also available from the Project Tool Window
- Now, after selecting a branch, the Merge from… action invokes the Select Merge Variant dialog
- Spring: the Field injection warning inspection works correctly again

Also, a new 1.8.0_152-release-1024-b11 JDK version for x86_64 fixes the following bugs:
- Low-resolution application icon loading on Windows with HiDPI displays
- Crash of the 32-bit version on Windows


IntelliJ IDEA 2017.3.2 Build 173.4127.27

- For Gradle test runner, the Rerun failed tests button is again available inside the Debug tool window
- Now, the IDE doesn’t crash after a function creation or a function replacement in the Redshift console editor
- Files generated by the annotation processor aren’t stored in the output directory anymore
- The IDE now selects the appropriate Gradle JVM automatically IDEA-149592, this also works for the first project in Gradle
- The issue with too many processes indexing a Git repository has been fixed


IntelliJ IDEA 2017.3.1 Build 173.3942.27

- Improvements for silent installation of IntelliJ IDEA based IDEs on Windows
- The History tab (VCS |Git | Show History) shows the full history for a moved file
- Clearing the output directory doesn't slow down the total build time anymore
- Removing an unloaded module from a project does not lead to deleting the corresponding directory
- Navigation, find usages, etc. works for Groovy code
- Fix for a major formatting regression from 2017.2.6 to 2017.3
- The IDE now loads the project tree
- Now the "Simplify Optional call chains" inspection doesn't remove an essential part of the code

Android Studio 3.0.1 查看版本資訊

更新時間:2017-11-20
更新細節:

What's new in this version:

Android Studio 3.0.1
- Change log not available for this version

Android Studio 3.0.0
Android Plugin for Gradle 3.0.0:
The new Android plugin for Gradle includes a variety of improvements and new features, but it primarily improves build performance for projects that have a large number of modules. When using the new plugin with these large projects, you should experience the following:
- Faster build configuration times due to new delayed dependency resolution
- Variant-aware dependency resolution for only the projects and variants you are building
- Faster incremental build times when applying simple changes to code or resources

This version also includes the following:
- Support for Android 8.0
- Support for building separate APKs based on language resources
- Support for Java 8 libraries and Java 8 language features (without the Jack compiler)
- Support for Android Test Support Library 1.0 (Android Test Utility and Android Test Orchestrator)
- Improved ndk-build and cmake build speeds
- Improved Gradle sync speed
- AAPT2 is now enabled by default
- Using ndkCompile is now more restricted. You should instead migrate to using either CMake or ndk-build to compile native code that you want to package into your APK. To learn more, read Migrate from ndkcompile
- If you're ready to upgrade to the new plugin, see Migrate to Android Plugin for Gradle 3.0.0

Kotlin support:
- As announced at Google I/O 2017, the Kotlin programming language is now officially supported on Android. So with this release, Android Studio includes Kotlin language support for Android development
- You can incorporate Kotlin into your project by converting a Java file to Kotlin (click Code > Convert Java File to Kotlin File) or by creating a new Kotlin- enabled project using the New Project wizard

Java 8 language features support:
- You can now use certain Java 8 language features and consume libraries built with Java 8. Jack is no longer required, and you should first disable Jack to use the improved Java 8 support built into the default toolchain
- To update your project to support the new Java 8 language toolchain, update the Source Compatibility and Target Compatibility to 1.8 in the Project Structure dialog (click File > Project Structure). To learn more, read how to use Java 8 language features

Android Profiler:
- The new Android Profiler replaces the Android Monitor tool and provides a new suite of tools to measure your app's CPU, memory, and network usage in realtime. You can perform sample-based method tracing to time your code execution, capture heap dumps, view memory allocations, and inspect the details of network-transmitted files
- To open, click View > Tool Windows > Android Profiler (or click Android Profiler in the toolbar)
- The event timeline at the top of the window shows touch events, key presses, and activity changes so you have more context to understand other performance events in the timeline
- Note: The Logcat view also moved to a separate window (it was previously inside Android Monitor, which was removed)
- From the Android Profiler's overview timeline, click on the CPU, MEMORY, or NETWORK timelines to access the corresponding profiler tools

CPU Profiler:
- The CPU Profiler helps you analyze the CPU thread usage of your app by triggering a sample or instrumented CPU trace. Then, you can troubleshoot CPU performance issues using a variety of data views and filters

Memory Profiler:
- The Memory Profiler helps you identify memory leaks and memory churn that can lead to stutter, freezes, and even app crashes. It shows a realtime graph of your app's memory use, lets you capture a heap dump, force garbage collections, and track memory allocations

Network Profiler:
- The Network Profiler allows you to monitor the network activity of your app, inspect the payload of each of your network requests, and link back to the code that generated the network request

APK profiling and debugging:
- Android Studio now allows you to profile and debug any APK without having to build it from an Android Studio project—as long as the APK is built to enable debugging and you have access to the debug symbols and source files
- To get started, click Profile or debug APK from the Android Studio Welcome screen. Or, if you already have a project open, click File > Profile or debug APK from the menu bar. This displays the unpacked APK files, but it does not decompile the code. So, to properly add breakpoints and view stack traces, you need to attach Java source files and native debug symbols

Device File Explorer:
- The new Device File Explorer allows you to inspect your connected device's filesystem, and transfer files between the device and your computer. This replaces the filesystem tool available in DDMS
- To open, click View > Tool Windows > Device File Explorer

Instant Apps support:
- New support for Android Instant Apps allows you to create Instant Apps in your project using two new module types: Instant App modules and Feature modules (these require that you install the Instant Apps Development SDK)
- Android Studio also includes a new modularize refactoring action to help you add support for Instant Apps in an existing project. For example, if you want to refactor your project to place some classes in an Instant App feature module, select the classes in the Project window and click Refactor > Modularize. In the dialog that appears, select the module where the classes should go and click OK
- And when you're ready to test your Instant App, you can build and run your Instant App module on a connected device by specifying the Instant App's URL within the run configuration launch options: Select Run > Edit Configurations, select your Instant App module, and then set the URL under Launch Options

Android Things modules:
- New Android Things templates in the New Project and New Module wizards to help you start developing for Android-powered IOT devices

Adaptive Icons wizard:
- Image Asset Studio now supports vector drawables and allows you to create adaptive launcher icons for Android 8.0 while simultaneously creating traditional icons ("Legacy" icons) for older devices
- To start, right-click on the res folder in your project, and then click New > Image Asset. In the Asset Studio window, select Launcher Icons (Adaptive and Legacy) as the icon type
- Note: You must set compileSdkVersion to 26 or higher to use adaptive launcher icons

Support for font resources:
- To support the new font resources in Android 8.0, Android Studio includes a font resources selector to help bundle fonts into your app or configure your project to download the fonts on the device (when available). The layout editor can also preview the fonts in your layout
- To try downloadable fonts, ensure that your device or emulator is running Google Play Services v11.2.63 or higher. For more information, read about Downloadable Fonts

Firebase App Indexing Assistant:
- The Firebase Assistant has been updated with a new tutorial to test App Indexing. To open the Assistant, select Tools > Firebase. Then select App Indexing > Test App Indexing

The tutorial includes new buttons to test your public and personal content indexing:
- In step 2, click Preview search results to verify that your URLs are showing up in Google Search results
- In step 3, click Check for errors to verify that the indexable objects in your app have been added to the personal content index

Android App Links Assistant:
The App Links Assistant has been updated with the following new capabilities:
- Add URL tests for each URL mapping to be sure your intent filters handle real-world URLs
- You can also define these URL tests by hand using the tag described below
- Create a Digital Asset Links file with the appropriate object entry to support Google Smart Lock, and add the corresponding asset_statements tag to your manifest file

URL intent-filter validator:
- Android Studio now supports a special tag in the manifest file that allows you to test your intent filter URLs. These are the same tags that the App Links Assistant can create for you
- To declare a test URL for an intent filter, add a element alongside the corresponding element.If any one of the test URLs does not pass the intent filter definition, a lint error appears. Such an error still allows you to build debug variants, but it will break your release builds

Layout Editor:
The Layout Editor has been updated with a number of enhancements, including the following:
- New toolbar layout and icons
- Updated layout in the component tree
- Improved drag-and-drop view insertions
- New error panel below the editor, showing all issues with suggestions to fix (if available)

Various UI enhancements for building with ConstraintLayout, including the following:
- New support to create barriers
- New support to create groups: In the toolbar, select Guidelines > Add Group (requires ConstraintLayout 1.1.0 beta 2 or higher)
- New UI to create chains: Select multiple views, and then right-click and select Chain

Layout Inspector:
- The Layout Inspector includes enhancements to make it easier to debug issues with your app layouts, including grouping properties into common categories and new search functionality in both the View Tree and the Properties panes

APK Analyzer:
- You can now use the APK Analyzer from the command line with the apkanalyzer tool

The APK Analyzer has also been updated with the following improvements:
For APKs built with ProGuard, you can load ProGuard mapping files that add capabilities to the DEX viewer, including:
- Bolded nodes to indicate that the nodes should not be removed when shrinking code
- A button to show nodes that were removed during the shrinking process
- A button that restores the original names of nodes in the tree view that were obfuscated by ProGuard
- The DEX Viewer now shows the estimated size impact of each package, class and method
- New filtering options at the top to show and hide fields and methods
- In the tree view, nodes that are references not defined in the DEX file appear in italics

Preview for D8 DEX compiler:
- Android Studio 3.0 includes an optional new DEX compiler called D8. It will eventually replace the DX compiler, but you can opt-in to use the new D8 compiler now
- DEX compilation directly impacts your app's build time, .dex file size, and runtime performance. And when comparing the new D8 compiler with the current DX compiler, D8 compiles faster and outputs smaller .dex files, while having the same or better app runtime performance

To try it, set the following in your project's gradle.properties file:
- android.enableD8=true

Google's Maven repository:
- Android Studio now uses Google’s Maven Repository by default instead of depending on the Android SDK Manager to get updates for Android Support Library, Google Play Services, Firebase, and other dependencies. This makes it easier to keep your libraries up to date, especially when using a continuous integration (CI) system

All new projects now include the Google Maven repository by default. To update your existing project, add google() in the repositories block of the top-level build.gradle file:
OTHER CHANGES:
- Native debugging with Android Studio no longer supports 32-bit Windows. We've chosen to focus on other platforms because very few developers are using this platform. If you are using 32-bit Windows and you plan to debug native code, you should keep using Android Studio 2.3
- Upgraded the base IDE to IntelliJ 2017.1.2, which adds a number of new features from 2016.3 and 2017.1, such as Java 8 language refactoring, parameter hints, semantic highlighting, draggable breakpoints, instant results in search, and much more
- Added many new lint checks
- Also see the latest Android Emulator updates

Android Studio 2.3.3
- This is a minor update to add support for Android O (API level 26)

Android Studio 2.3.2
- AVD Manager updates to support Google Play in system images
- Bug fixes for NDK builds when using R14+ of the NDK
- Also see corresponding updates for Android Emulator 26.0.3

Android Studio 2.3.1
- This is a minor update to Android Studio 2.3 that fixes an issue where some physical Android devices did not work properly with Instant Run

Android Studio 2.3
New:
- Android Studio can now convert PNG, BMP, JPG, and static GIF files to WebP format. WebP is an image file format from Google that provides lossy compression (like JPEG) as well as transparency (like PNG) but can provide better compression than either JPEG or PNG. For more information, see Convert Images to WebP in Android Studio
- The new App Links Assistant simplifies the process of adding Android App Links to your app into a step-by-step wizard. Android App Links are HTTP URLs that bring users directly to specific content in your Android app

The Layout Editor now includes support for two new ConstraintLayout features:
- Define a view size based on an aspect ratio
- Create packed, spread, and weighted linear groups with constraint chains
- For more information, see Build a Responsive UI with ConstraintLayout
- The Layout Editor also now lets you create a list of favorite attributes so you don't have to click View all attributes to access the attributes you use most
- When adding a material icon using the Vector Import Dialog (File > New > Vector Asset), you can now filter the list of available icons by category or by icon name. For more information, see Adding a material icon
- New and updated annotations. The new @RestrictTo annotation for methods, classes, and packages lets you restrict an API. The updated @VisibleForTesting annotation now has an optional otherwise argument that lets you designate what the visibility of a method should be if not for the need to make it visible for testing. Lint uses the otherwise option to enforce the intended visibility of the method
- New lint baseline support allows you to use a snapshot of your project's current set of warnings as a baseline for future inspection runs so only new issues are reported. The baseline snapshot lets you start using lint to fail the build for new issues without having to go back and address all existing issues first

New lint checks, including the following:
- Obsolete SDK_INT Checks: Android Studio removes obsolete code that checks for SDK versions
- Object Animator Validation: Lint analyzes your code to make sure that your ObjectAnimator calls reference valid methods with the right signatures and checks that those methods are annotated with @Keep to prevent ProGuard from renaming or removing them during release builds
- Unnecessary Item Decorator Copy: Older versions of the RecyclerView library did not include a divider decorator class, but one was provided as a sample in the support demos. Recent versions of the library have a divider decorator class. Lint looks for the old sample and suggests replacing it with the new one
- WifiManager Leak: Prior to Android 7.0 (API level 24), initializing the WifiManager with Context.getSystemService() can cause a memory leak if the context is not the application context. Lint looks for these initializations, and if it cannot determine that the context is the application context, it suggests you use Context.getApplicationContext() to get the proper context for the initialization
- Improved Resource Prefix: The existing resourcePrefix lint check had many limitations. You can now configure your project with a prefix, such as android { resourcePrefix 'my_lib' }, and lint makes sure that all of your resources are using this prefix. You can use variations of the name for styles and themes. For example for the my_lib prefix, you can have themes named MyLibTheme, myLibAttr, my_lib_layout, and so on
- Switch to WebP: This check identifies images in your project that can be converted to WebP format based on your project’s minSdkVersion setting. An associated quickfix can automatically convert the images, or you can convert images to WebP manually
- Unsafe WebP: If your project already includes WebP images, this check analyzes your project to ensure that your minSdkVersion setting is high enough to support the included images. For more information about WebP support in Android and Android Studio, see Which browsers natively support WebP? and Create WebP Images Using Android Studio

Changes:
- A separate button to push changes with Instant Run: After deploying your app, you now click Apply Changes to quickly push incremental changes to your running app using Instant Run. The Run and Debug buttons are always available to you when you want to reliably push your changes and force an app restart
- Instant Run is supported only when deploying your app to a target device running Android 5.0 (API level 21) or higher
- Instant Run is no longer disabled for projects that link to external native projects using CMake or ndk-build. However, you can only use Instant Run to push incremental changes to your Java code, not your native code
- Cold swaps (which you can force for a running app by clicking Run ) are now more reliable. Forcing a cold swap also fixes the issue where changes to notification and widget UIs were not updated on the target device
- Includes optimizations that make app startup much faster. These optimizations may affect profiling, so you should temporarily disable Instant Run whenever profiling your app
- The AVD Manager and SDK Manager buttons are now included in the lean Navigation Bar as well as the full Toolbar. To use the lean Navigation Bar, click View to open the View menu, then ensure that Navigation Bar is selected and Toolbar is not selected
- The "Hybrid" debugger has been renamed to "Dual" debugger

In the Run/Debug Configurations dialog, under Defaults in the left pane, the following run configuration names have changed with no behavior changes:
- The JUnit name has changed to Android JUnit. If you have a project that uses JUnit run configurations, those configurations are transformed to Android JUnit run configurations the first time you open the project with Android Studio. A dialog appears to inform you of the name change
- The Android Tests name has changed to Android Instrumented Tests
- The GPU Debugger has been removed from Android Studio as of version 2.3. An open-source, standalone version of the tool will be made available soon on GitHub
- The Run/Debug option is no longer available when you right-click a *.gradle build script
- All templates now use ConstraintLayout as the default layout
- The Widgets palette in the Layout Editor has been redesigned

Android Studio 2.2.3
- ProGuard version rollback. Due to a correctness issue discovered in ProGuard 5.3.1, we have rolled back to ProGuard 5.2.1. We have worked with the ProGuard team on getting a fix quickly, and we expect to roll forward to ProGuard 5.3.2 in Android Studio 2.3 Canary 3.
- Bug fix for aaptOptions IgnoreAssetsPattern not working properly
- Bug fix for Gradle autodownload for Constraint Layout library
- Bug fix for a JDK8/Kotlin compiler + dx issue

Android Studio 2.2.2
- Includes bug fixes and performance improvements
- Fixed Issues
- Instant Run bug fixes
- Gradle Plug-in Bug fixes
- 32-bit JDK for use on 32-bit Windows

New Features:
- Android API 25 Support - Basic support for API 25 inside Android Studio to support the Android 7.1 developer preview. We know there are still a few more updates inside Android Studio before we set API 25 as the default.
- Expanded reporting when reporting Instant Run issues - When reporting an instant run issue we now collect

Android Studio 2.2.1
Fixed Issues:
- An Updated JDK to address multiple issues with MacOS Sierra
- Improves the Native (C++) Development experience by resolving multiple critical bugs
- Several Instant Run and Gradle Bug Fixes
- Multiple issues in data binding

New Features:
- Improved Reporting for Instant Run Issues: Some of you have been reporting issues with Instant Run, but it has been hard for us reproduce them. We have added extra logging to help us investigate Instant Run issues. This extra logging is OFF by default, and to enable it, go to Settings or Preferences, go to Build, Execution, Deployment > Instant Run, and check Log extra info is check. Next time you encounter an Instant Run issues, you can report it by clicking Help > Report Instant Run Issue.

Android Studio 2.2.0
New:
- All new Layout Editor with tools custom-built to support ConstraintLayout.
- New Layout Inspector lets you examine snapshots of your layout hierarchy while your app is running on the emulator or a device
- New Assistant window to help you integrate Firebase services into your app
- New APK Analyzer tool so you can inspect the contents of your packaged app
- New Espresso Test Recorder tool (currently in beta) to help you create UI tests by recording your own interactions
- New build cache (currently experimental) to speed up build performance
- New C/C++ build integration with CMake and ndk-build. Compile and build new or existing native code into libraries packaged into your APK, and debug using lldb. For new projects, Android Studio uses CMake by default, but also supports ndk-build for existing projects. To learn how to include native code in your Android application, read Add C and C++ Code to Your Project. To learn how to debug native code with lldb, see Debug Native Code
- New Samples Browser so you can easily look up Google Android sample code from within Android Studio to jump start app development
- New Merged Manifest Viewer to help you diagnose how your manifest file merges with your app dependencies across project build variants
- The Run window now contains log messages for the current running app. Note that you can configure the logcat Monitor display, but not the Run window
- Android Studio now comes bundled with OpenJDK 8. Existing projects still use the JDK specified in File > Project Structure > SDK Location. You can switch to use the new bundled JDK by clicking File > Project Structure > SDK Location and checking the Use embedded JDK checkbox
- Added new help menus and buttons in the UI so you can more easily find the online documentation

New Android Emulator features:
- Added new Virtual Sensors and Cellular > Signal Strength controls.
- Added an LTE option to the Cellular > Network type control.
- Added simulated vertical swipes for scrolling through vertical menus with a mouse wheel.

New Run/Debug Configuration features:
- The Debugger tab of the Android App and Android Tests templates now contain several new options for debugging with LLDB
- The Profiling tab of the Android App and Android Tests templates now contain a Capture GPU Commands option for enabling GPU tracing. You can display GPU traces in the GPU Debugger (a beta feature)
- The Android Tests template now has a Firebase Test Lab Device Matrix option for the Deployment Target
- The Native Application template has been deprecated. If you use this template in a project, Android Studio automatically converts it to the Android App template
- The Android Application template has been renamed to Android App

Changes:
- Updated the IDE codebase from IntelliJ 15 to IntelliJ 2016.1
- Instant Run now requires the platform SDK corresponding to the target device API level to be installed
- Instant Run will automatically disabled if user is running the app under a work profile or as a secondary user
- Fixed many reliability issues for Instant Run where changes were not getting deployed or the app would crash
- Improved performance for Gradle sync within the IDE, especially for large projects
- Improved build times for both full and incremental builds with new app packaging code
- Improved Jack compiler performance and features, including support for annotation processors and dexing in process. To learn more, read the Android plugin for Gradle 2.2.0 release notes
- Added an updated AccelerometerPlay sample so you can try out the emulator Accelerometer control. Select File > New > Import Sample to import the project
- Removed the Scale AVD property from the AVD Manager
- The Android Emulator -port and -ports command-line options now report which ports and serial number the emulator instance is using, and warn if there are any issues with the values you provided
- Improved the Create New Class dialog and the corresponding file templates. Note: If you've previously customized the AnnotationType, Class, Enum, Interface, or Singleton file templates, you need to modify your templates to comply with the new templates or you won’t be able to use the new fields in the Create New Class dialog
- Improved the Vector Asset Studio user interface and added support for Adobe Photoshop Document (PSD) files
- Improved the Image Asset Studio user interface
- Improved the Theme Editor's Resource Picker
- Fixed memory leaks and reduced overall memory usage in Android Studio
- Added a Background button in the SDK Manager so you can get back to work and install your packages in the background
- Improved Accessibility features, including support for screen readers and keyboard navigation
- Enhanced Code Analysis includes code quality checks for Java 8 language usage and more cross-file analysis
- Several toolbar icons have changed

Android Studio 2.1.3
- This update adds compatibility with Gradle 2.14.1, which includes performance improvements, new features, and an important security fix

Android Studio 2.1.2
- Android Studio 2.1.2 includes a number of small changes and bug fixes
- Instant Run updates and bug fixes
- Improved performance in LLDB and a notification in studio when there are LLDB crashes
- Git rebase command now works with Android Studio’s latest security update
- And a few additional general fixes

Android Studio 2.1.1
- This fixes a serious security vulnerability in all older versions of Android Studio.

Android Studio 2.1
- The primary changes in this update provide support for development with the Android N Preview
- The Android N platform adds support for Java 8 language features, which require a new experimental compiler called Jack. The latest version of Jack is currently supported only in Android Studio 2.1. So if you want to use Java 8 language features, you need to use Android Studio 2.1 to build your app
- Although Android Studio 2.1 is now stable, the Jack compiler is still experimental and you must enable it with the jackOptions property in your build.gradle file.
- The Java-aware C++ debugger is now enabled by default when you're using an N device or emulator and select Native debugger mode (in the Debugger tab for your run/debug configuration).

Android Studio 2.0
- Android Studio 2.0 is the fastest way to build high quality, performant apps for the Android platform, including phones and tablets, Android Auto, Android Wear, and Android TV. As the official IDE from Google, Android Studio includes everything you need to build an app, including a code editor, code analysis tools, emulators and more. This new and stable version of Android Studio has fast build speeds and a fast emulator with support for the latest Android version and Google Play Services.
- Android Studio is built in coordination with the Android platform and supports all of the latest and greatest APIs. If you are developing for Android, you should be using Android Studio 2.0. It is available today as a easy download or update on the stable release channel.

Android Studio 2.0 includes the following new features that Android developer can use in their workflow :
- Instant Run - For every developer who loves faster build speeds. Make changes and see them appear live in your running app. With many build/run accelerations ranging from VM hot swapping to warm swapping app resources, Instant Run will save you time every day.
- Android Emulator - The new emulator runs ~3x faster than Android’s previous emulator, and with ADB enhancements you can now push apps and data 10x faster to the emulator than to a physical device. Like a physical device, the official Android emulator also includes Google Play Services built-in, so you can test out more API functionality. Finally, the new emulator has rich new features to manage calls, battery, network, GPS, and more.
- Cloud Test Lab Integration - Write once, run anywhere. Improve the quality of your apps by quickly and easily testing on a wide range of physical Android devices in the Cloud Test Lab right from within Android Studio.
- App Indexing Code Generation & Test - Help promote the visibility your app in Google Search for your users by adding auto-generated URLS with the App Indexing feature in Android Studio. With a few click you can add indexable URL links that you can test all within the IDE
- GPU Debugger Preview - For those of you developing OpenGL ES based games or apps, you can now see each frame and the GL state with the new GPU debugger. Uncover and diagnosis GL rendering issues by capturing and analyzing the GPU stream from your Android device
- IntelliJ 15 Update - Android Studio is built on the world class Intellij coding platform. Check out the latest Intellij features here

Deeper Dive into the New Features:
Instant Run:
- Today, mobile platforms are centered around speed and agility. And yet, building for mobile can sometimes feel clunky and slow. Instant Run in Android Studio is our solution to keep you in a fast and fluid development flow. The feature increases your developer productivity by accelerating your edit, build, run cycles. When you click on the Instant Run button (), Instant Run will analyze the changes you have made and determine how it can deploy your new code in the fastest way

Android Studio 1.5.1
- Fixed a rendering failure issue in the Layout Editor. Issue: 194612
- Added the ability to vary description manifest attributes by configuration. Issue: 194705
- Improved the contrast of the Android Studio Darcula appearance theme in Vector Asset Studio. Issue: 191819
- Added Help button support to Vector Asset Studio.
- Added support for the % operator for data binding. Issue: 194045
- Fixed a case where launching an app for debugging resulted in the debugger connecting to the wrong device. Issue: 195167
- Fixed a null pointer exception that could occur when attempting to run an app in certain scenarios.

Android Studio 1.5.0
- Added new Memory Monitor analysis abilities to Android Monitor. When you view an HPROF file captured from this monitor, the display is now more helpful so you can more quickly locate problems, such as memory leaks. To use this monitor, click Android Monitor at the bottom of the main window. In Android Monitor, click the Memory tab. While the monitor is running, click the Dump Java Heap icon, and then click Captures in the main window and double-click the file to view it. Click Capture Analysis on the right. (The Android Device Monitor can't be running at the same time as Android Monitor.)
- Added new deep link and app link support. The Code Editor can automatically create an intent filter for deep linking in the AndroidManifest.xml file. It can also generate code to help you integrate with the App Indexing API in an activity in a Java file. A deep link testing feature helps you verify that a specified deep link can launch an app. In the General tab of the Run/Debug Configurations dialog, you can specify deep link launch options. You can also test App Indexing API calls in an activity by using the Android Monitor logcat display. The Android lint tool now has warnings for certain issues involving deep links and the App Indexing API.
- Added the ability to use short names when code-completing custom views in the Code Editor.
- Added support for more VectorDrawable elements to Vector Asset Studio for backward-compatibility. Vector Asset Studio can use these elements to convert vector drawables into PNG raster images to use with Android 4.4 (API level 20) and lower.
- Added new lint checks for Android TV and Android Auto to give you immediate, actionable feedback in Android Studio, along with several quick fixes. For example, for Android TV, it can report and provide a quick fix for permissions, unsupported hardware, uses-feature element, and missing banner issues. For Android Auto, it can validate the correct usage in the descriptor file referred from your AndroidManifest.xml file, report if there isn't an intent filter for the MediaBrowserService class, and identify certain voice actions issues.
- Added new lint checks for insecure broadcast receivers, SSLCertificateSocketFactory and HostnameVerifier class uses, and File.setReadable() and File.setWritable() calls. It also detects invalid manifest resource lookups, especially for resources that vary by configuration.
- Fixed a number of stability issues.

Android Studio 1.4.1
- Fixed a Gradle model caching issue that could lead to excessive Gradle syncing when the IDE was restarted.
- Fixed a native debugging deadlock issue.
- Fixed an issue blocking users of the Subversion 1.9 version control system.
- Fixed a Device Chooser dialog problem where after connecting a device that was unauthorized you could no longer select the emulator.
- Fixed incorrect translation error reporting for locales that have a region qualifier and a translation in the region (but not in the base locale).
- Fixed a deadlock issue in the Theme Editor related to its interaction with the Layout Editor.
- Fixed a Theme Editor reload and edit conflict causing attributes to not properly update.
- Improved Theme Editor performance.
- Fixed an issue where the android:required attribute was ignored in the manifest.

Android Studio 1.4.0
- Added the Vector Asset Studio tool for importing vector graphics, such as material icons and SVG files. To use this tool, in the Android view of the Project window, right-click the res folder and select New > Vector Asset.
- Added new Android Monitor functions, GPU and Network. To use these monitors, click Android Monitor at the bottom of the main window. The Android Device Monitor can't be running at the same time as Android Monitor.
- Added an early preview of the new Theme Editor. To use this feature, select Tools > Android > Theme Editor.
- Updated the Android templates for the Design Support Library. Templates now include support for the Material Design specification, as well as the appcompat Support Library for backwards compatibility.

Android Studio 1.3.2
- Added support for Android 6.0 (API level 23), including new icons and AVD Manager support for creating devices with new screen densities.
- Fixed an exception that was occuring during update checks.
- Fixed problem where unresolved view coordinates could cause the layout editor to crash.
- Fixed issue with invalid resource type warnings.
- Fixed lint check that was incorrectly flagging resources as private.

Android Studio 1.3.1
- Fixed support for creating an Android Wear Android Virtual Device (AVD) on Windows.
- Updated the Project Wizard to use the entered project name.
- Added support to allow the Android SDK to be stored in a read-only directory.
- Updated Android Plugin for Gradle version to 1.3.0.
- Fixed issues with launching a debug session from the Android Debug Bridge (adb) Unix shell.
- Fixed the Java package renaming message to show the correct package name.

Android Studio 1.3.0
- Added options to enable developer services, such as AdMob and Analytics, in your app from within Android Studio.
- Added additional annotations, such as @RequiresPermission, @CheckResults, and @MainThread.
- Added the capability to generate Java heap dumps and analyze thread allocations from the Memory Monitor. You can also convert Android-specific HPROF binary format files to standard HPROF format from within Android Studio.
- Integrated the SDK Manager into Android Studio to simplify package and tools access and provide update notifications.
- Added the finger command in the emulator console to simulate fingerprint authentication.
- Added a resource declaration to designate library resources as public and private resources.
- Added data binding support to create declarative layouts that bind your application logic to layout elements.
- Added support for a separate test APK module to build test APKs in Android Studio.
- Updated the AVD Manager with HAXM optimizations and improved notifications.
- Added 64-bit ARM and MIPS emulator support for QEMU 2.1.
- Simplified the resolution of lint warnings by adding quick fixes, such as the automatic generation of Parcelable implementation.
- Added live template support for quick insertion of code snippets.

Android Studio 1.2.1
- Fixed minor performance and feature issues.

Android Studio 1.0
- Change log not available for this version.

Android Studio 1.0 Build 135.1629389:
- After two years of development, we're extremely happy to announce that Android Studio 1.0 has finally been released!
- We would like to thank all of our early access users for their feedback and bug reports which helped shape the IDE.

Android Studio 0.8.14:
- Improvements to the AVD manager: more feedback when creating and starting AVDs; better default RAM device defaults, better system API sorting, tweak emulator launch parameters, and the emulator output is now displayed in an output tab (which is important when the emulator runs into fatal problems, such as the device description requiring more RAM than available on the system)
- Updated editor support for Android Lollipop: API metadata now includes Lollipop APIs, and the new XML drawable tags and attributes are such as are supported in editor XML validation and code completion

Android Studio 0.8.13:
- We've just released Android Studio 0.8.13 to the canary channel.  This is primarily a bug fix release relative to 0.8.12 from last week.
- However, it does include some support for Android Lollipop and device information and art for the new Nexus devices. For example, you can create AVDs for Nexus 6 and Nexus 9

Pano2VR 4.5.3 (64-bit) 查看版本資訊

更新時間:2015-03-06
更新細節:

What's new in this version:

- This is a bugfix release for a bug introduced in 4.5.2 that prevented interaction with panoramas on older iOS Devices (iOS <=7)

Pano2VR 3.1.4 (64-bit) 查看版本資訊

更新時間:2012-03-19
更新細節:

What's new in this version:

- This new version of Pano2VR is bug fix release
- The Mac App Store version fixes a bug where the Flash Skins didn't work properly
- A WebGL memory leak in the HTML5 player was fixed for all Pano2VR versions

Pano2VR 3.1.4 (32-bit) 查看版本資訊

更新時間:2012-03-19
更新細節:

What's new in this version:

- This new version of Pano2VR is bug fix release
- The Mac App Store version fixes a bug where the Flash Skins didn't work properly
- A WebGL memory leak in the HTML5 player was fixed for all Pano2VR versions