Common Android Errors

Source: Internet
Author: User

Import Engineering Error:

1. Issue:Invalid project description

FIX: Select the Copy projects into workspace check box for the Import Project dialog box

Compile error:

1. Problem:layout/xml error Incorrect line ending found carriage return without corresponding newline

Resolution:ctrl+1 or format the file

2. Issue:No enclosing instance of type Episodelist is accessible. Must qualify the allocation with an enclosing instance of type episodelist (e.g. X.new A () where X was an instance of Episo Delist).

Solve:

Episode is the episodelist inner class

Episodelist episodelist = new Episodelist ();

Episode episode = new Episode (); compilation Error

Switch

Episodelist episodelist = new Episodelist ();

Episode episode = Episodelist.new episode ();

Run-time error:

1. Issue: Java.lang.IllegalStateException:Cannot Add header view to List--setadapter have already been called. problems encountered during the use of the ListView Headerviewthe Addheaderview method must be executed before Setadapter Java.lang.IllegalStateException:ViewPager does not has adapter instance. caused By:java.lang.NullPointerExceptionAndroid.support.v7.app.ActionBarImplICS.setNavigationMode (actionbarimplics.java:229) butterknife Error:Could not dispatch Event:class Com.xunlei.cloud.detail.po.DetailPo to subscribing class class Com.xunlei.cloud.detail.MovieBasicFragment

Common Android Errors

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.