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.
在开发过程中,我在清单中添加了以下行:
<uses-library android:name="android.test.runner" />
可以像这样发送清单还是应该评论/删除这一行?
如果它需要那个库也没关系,否则你可能想要添加:
android:required="false"