Android Studio 3.2 Canary 8 now available
Monday, March 26, 2018
Android Studio 3.2 Canary 8 is now available in the Canary and Dev channels.
Inspect JNI References in the Memory Profiler:
If you deploy your app to a device running Android 8.0 (API level 26) or higher, you can inspect memory allocations for your app’s JNI code using the Memory Profiler. While your app is running, select a portion of the timeline that you want to inspect and select JNI heap from the drop-down above the class list, as shown below. You can then inspect objects in the heap as you normally would and double-click objects in the Allocation Call Stack tab to see where the JNI references are allocated and released in your code.
General bug fixes:
This update includes fixes for the following public issues:
- Issue#72614343: Gradle build fails to recover from invalid cached library
If you already have an Android Studio build on the Canary or Dev channel, you can get the update by clicking Help > Check for Update (or Android Studio > Check for Updates on Mac). Otherwise, you can download here.