Android Support Library Manual Download

后端 未结 5 1484
梦如初夏
梦如初夏 2020-12-05 07:06

Can any one tell me how to install Android Support library manually? Because I have problem with my SDK Manager unable to find required library and also packages need to dev

5条回答
  •  一向
    一向 (楼主)
    2020-12-05 07:49

    Direct downloading of android-support-v4.jar through SDK manager is no longer exist. Instead, you can use .aar files in the path (\extras\android\m2repository\com\android\support\support-v4) to get the .jar files.

    Refer How to convert AAR to JAR

    Some Background

    Most of the support libraries are compiled into apps and they are distributed to be consumed by apps through the Google Maven repository. Most of the support libraries are AARs.The AAR file consists of a JAR file and some resource files.

    Secondly, You need to get downloaded the google support repository through SDK manager.

提交回复
热议问题