Sources for Android API 23 Platfrom not found (Android Studio 2.0)
参考链接:
stackoverflow http://stackoverflow.com/questions/36814755/sources-for-android-api-23-platfrom-not-found-android-studio-2-0
cnblogs http://www.cnblogs.com/permanent2012moira/p/5447419.html
上面两个链接中都未说出重点
下面会说.
第一步:找到jdk.table.xml

Windows系统中:

C:\Users{USER_NAME}.AndroidStudio2.0\config\options\jdk.table.xml

Linix系统:

~/Library/Preferences/AndroidStudioBeta/options/jdk.table.xml

第二步:找到你要关联的源码版本:
你可能安装了很多sdk版本
如下图
但是问题是现在你找不到的是api 23:

所以你要找到的是23对应的Android API 23 Platform

重点就是:

根据需要找到对应的Android API XX Platform,然后添加sources关联
“根据需要”,需要是啥,就是android studio的那句

Sources for ‘Android API XX Platform’ not found

更多相关文章

  1. 关于android 4.4以上版本从相册选取图片加载不了图片的问题
  2. Android(安卓)文字倾斜
  3. Ecliplse中开发android中使用单元测试注意
  4. android sdk支持ant自动构建jar步骤
  5. 关于Android动态权限的一些疑问
  6. Android(安卓)Studio:Fetching android sdk component informati
  7. [android] No resource found that matches the given name 'The
  8. 如何将library项目打包成jar文件
  9. Android需要的java基础

随机推荐

  1. android TabHost 例子
  2. Android(安卓)training–android studio
  3. Android(安卓)HAL模块实现
  4. 【Android】应用程序启动过程源码分析
  5. 用Gradle 构建你的android程序-依赖管理
  6. Linux kernel起来后Android启动过程
  7. android:gravity与android:layout_gravit
  8. Android应用程序键盘(Keyboard)消息处理机
  9. Android入门教程(四)之------Android工程
  10. Android(安卓)小项目之--SQLite 使用法门