简体   繁体   English

android-support-v4 lib文件,支持的API列表?

[英]android-support-v4 lib file, list of supported APIs?

I am working on simple app that will have media player and recorder. 我正在开发一个具有媒体播放器和记录器的简单应用程序。 And I don't want my APK file to be too big. 而且我不希望我的APK文件太大。 I have found android-support-v4.jar file in libs which takes about 700kb of memory and that is a lot. 我在libs中找到了android-support-v4.jar文件,该文件大约需要700kb的内存,这很多。 Now I read that it's a support library but where can I find list of APIs that this library support? 现在,我读到它是一个支持库,但是在哪里可以找到该库支持的API列表? I'd like to remove it but I don't want to cause some errors 我想删除它,但我不想引起一些错误

I have found android-support-v4.jar file in libs which takes about 700kb of memory and that is a lot 我在libs中找到了android-support-v4.jar文件,该文件大约需要700kb的内存,这很多

Proguard can remove what it is not used, leaving just the class that you are using in your app, Proguard可以删除不使用的内容,仅保留您在应用程序中使用的类,

Now I read that it's a support library but where can I find list of APIs that this library support? 现在,我读到它是一个支持库,但是在哪里可以找到该库支持的API列表?

I do think you can find the changelog file (README.txt) into sdk/extras/android/support 我确实认为您可以在sdk/extras/android/support找到changelog文件(README.txt)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM