Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能知道我下载的开源库是用哪个 API 版本编写的?如何找出它与哪个 API 兼容?
转到清单文件并检查此标签:
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />
它将向您显示 min 、 target 和 max sdk 版本