标签:pop har options value composite path 代码 and library
方法:
1.
Windows
修改文件 C:\Users\Administrator\.AndroidStudio2.3\config\options\jdk.table.xml
Mac
~/Library/Preferences/AndroidStudio2.3/options/jdk.table.xml
2. 找到 <name value="Android API 26 Platform" />同级下的 sourcePath ,改成
<sourcePath>
<root type="composite">
<root type="simple" url="file://C:/android-sdk/sources/android-25" />
</root>
</sourcePath>
重启AndroidStudio即可。
标签:pop har options value composite path 代码 and library
原文地址:http://www.cnblogs.com/negro-guoguo/p/7192736.html