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