Solution to one Android version

Source: Internet
Author: User

A problem occurs: The software must support a feature, but the feature interface is supported by Android2.3 and later versions, and our software must support version 1.6 and later. Through negotiation with colleagues in the product department, this feature can be supported only in Android2.3 and later versions, but not in earlier versions.
To achieve the above requirements, you need to reference the interface of this feature in the code, but because there are only more than 2.3, and we do not want to maintain two sets of code, therefore, it may be caused by specifying the lowest version number in the manifest file. After several attempts, the problem was successfully solved:
Encapsulate the code that needs to call interfaces 2.3 and above into a jar package. The jar package can specify the minimum version number, and then reference the jar package in the main project, then reference the code in the jar package in the specified version number. Because the jar package is not used in earlier versions, the ClassLoader does not Load the code in the jar package, so there will be no problems.

From BuleRiver's column

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.