Official android Technical Documentation translation-aar format, androidaar

Source: Internet
Author: User

Official android Technical Documentation translation-aar format, androidaar

This article is translated from the official androd technical document AAR Format. The original address is http://tools.android.com/tech-docs/new-build-system/developer-format.

URL: http://blog.csdn.net/maosidiaoxian/article/details/42678499. Indicate the source for reprinting. If any translation error occurs, please correct it.




AAR format
The "aar" package is the binary release package of the Android class library project.
The file extension is. aar, And the maven project type should also be aar, but the file itself contains the following zip files:
  • /AndroidManifest. xml (mandatory)
  • /Classes. jar (mandatory)
  • /Res/(mandatory)
  • /R.txt (mandatory)
  • /Assets/(optional)
  • /Libs/*. jar (optional)
  • /Jni/<abi>/*. so (optional)
  • /Proguard.txt (optional)
  • /Lint. jar (optional)
These entries are directly stored in the root directory of the zip file.
The R.txt file is the output result of aapt with the parameter -- output-text-symbols.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.