Android Studio 3.2 Canary 10 发布了。主要更新内容如下: 浏览外部头文件 在以前版本的 Android Studio 中使用“项目”窗口时,可以导航到并仅检查属于您在本地构建的库的头文件。 通过此版本,您现在还可以查看和检查包含在导入到应用程序中的外部 C/C++ 库依赖项的头文件。 如果您的项目中已包含 C/C ++ 代码和库,请打开 IDE 左侧的项目窗口(单击视图>工具窗口>项目),并确保从下拉菜单中选择 Android。 在你的项目的 cpp/ 目录下,你应用程序范围内的所有头文件被组织在每个本地 C/C ++ 库项目的 include 节点下,如下所示。 其他更新(Bug 修复): Issue#76198464: Material Design icons picker doesn't launch but throws Issue#75425826: Improve min sdk conflict fix Issue#76004637: Update to Proguard 6.0.1 Issue#67492130: Remove repeated Java 8 language features support message Issue#73602296: Implement BuildableArtifact API Issue#73576747: JSR/RET are not supported with computeFrames option Issue#72811718: java.io.IOException: Failed to find byte code for android/util/IntProperty Issue#73132906: Attaching native debugger is very slow and locks up Android Studio for multi-module projects. Issue#75974712: Warn if canvas.getWidth/getHeight are used in View#onDraw, Drawable#draw Issue#74352259: Android Studio does not see test project dependencies 现在您可以单击帮助>检查更新(或 Android Studio>检查 Mac 上的更新)或获取下载地址: https://developer.android.com/studio/preview/index.html Android Studio 3.2 Canary 10,支持浏览外部头文件下载地址