Android Studio View.setid Error

Source: Internet
Author: User

The custom control setting ID will be error, such as: View.setid (100);

Workaround:

Scenario One: Call View.generateviewid () as the parameter of the SetID, but this scenario is not the best solution because the View.generateviewid () method must be the SDK version 17 and above, or an error. (But there can also be solved by self-writing a utils.generateviewid ())

Scenario Two: Add Setid.xml (the name can be arbitrary) file under Res/values/, the code is as follows:


Setid.png

Set the ID in the code as follows:

Scenario Three: Add @android.support.annotation.idres to the place where the class variable is set, such as: @android. support.annotation.IdRes int id = 123;

Android Studio View.setid Error

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.