Android Studio IDE Quick Reference by Ted Hagos

Android Studio IDE Quick Reference by Ted Hagos

Author:Ted Hagos
Language: eng
Format: epub
ISBN: 9781484249536
Publisher: Apress


Listing 8-3./app/build.gradle

This implementation directive with the fileTree command, a dir parameter, and the ANT style glob pattern ∗.jar means you want all jar files inside the lib folder of the project to become dependencies. So, including a jar dependency for the project is as easy as dropping a jar file into your project’s lib folder.

This directive means you’re pulling a dependency from a repository—a local repository, to be exact. This pulls in the compatibility library from the Android Support Library. Use AppCompat so that the newer capabilities of Android can run on older versions. Don’t worry too much about the versions; Android Studio does a decent job of pulling the right and most recent versions of the compatibility libs most of the time.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.