Cannot find v7 preference support library in Eclipse ADT

I am currently using Eclipse ADT 23.0.7 to develop Android applications. My SDK manager has been updated for Android 6.0 shown below. I want to use v7 support support in my project. but, unfortunately, I can’t find it in the (sdk) / extras / android / support / v7 directory , as indicated on Android Developer site <br / "> I can’t figure out what to do. Thanks in advance for any help! UPDATE 1 I also tried to reload the library, but nothing happened, the preference library is still missing.

enter image description here

enter image description here




+4
1

Google Eclipse. Eclipse Android Studio. , *.aar

- Eclipse. aar \android-sdk\extras\android\m2repository\com\android\support\preference-v7\23.0.1\

CommonsWare guy AAR Eclipse:

  • UnZIP AAR - .

  • , Android . " ".

  • AndroidManifest.xml, res/ / AAR .

  • libs/ . libs/ classes.jar unZIPped AAR, - libs/ AAR (, mediarouter-v7 JAR ).

  • , SDK . SDK, . android: minSdkVersion -vNN , SDK . project.properties target = android-NNN, NNN SDK . Eclipse .

  • Eclipse SDK (Project > Properties > Android). , , (, mediarouter-v7 appcompat-v7).

+4

Source: https://habr.com/ru/post/1606745/


All Articles