I ve changed my android version in the middle of a project from 4.0.3 to 2.3.3 since then i can t move between my 2 activities, got the error:
05-26 15:04:12.050: E/AndroidRuntime(571): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.udios.sapool/com.udios.sapool.SignupActivity}: android.view.InflateException: Binary XML file line #199: Error inflating class Switch
我已经把薄荷糖改成:
<uses-sdk android:minSdkVersion="10" />
is there anything else i forgot? Thanks. udi