2010-08-27 在Eclipse中查看Android SDK的源代码
链接到Eclipse
查看ADT源码
IPath android_src = new Path(AdtPlugin.getOsAbsoluteAndroidSources());/** Returns the absolute android sources path in the sdk */
public static String getOsAbsoluteAndroidSources() {
return getOsSdkFolder() + getOsRelativeAndroidSources();
}
/** Returns the android sources path relative to the sdk folder */
public static String getOsRelativeAndroidSources() {
return AndroidConstants.FD_ANDROID_SOURCES;
}解决方案 #1
解决方案 #2
最后更新于