alanwoolley/CorsixTH-Android

java.lang.RuntimeException: Unable to start activity ComponentInfo{uk.co.armedpineapple.cth/uk.co.armedpineapple.cth.wizard.WizardActivity}: android.view.InflateException: Binary XML file line #2: Error inflating class uk.co.armedpineapple.cth.wizard.WelcomeWizard

Closed this issue · 0 comments

java.lang.RuntimeException: Unable to start activity ComponentInfo{uk.co.armedpineapple.cth/uk.co.armedpineapple.cth.wizard.WizardActivity}: android.view.InflateException: Binary XML file line #2: Error inflating class uk.co.armedpineapple.cth.wizard.WelcomeWizard
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2404)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2464)
    at android.app.ActivityThread.access$900(ActivityThread.java:172)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:146)
    at android.app.ActivityThread.main(ActivityThread.java:5653)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:515)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1291)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class uk.co.armedpineapple.cth.wizard.WelcomeWizard
    at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:713)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:470)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:398)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:354)
    at uk.co.armedpineapple.cth.wizard.WizardActivity.onCreate(WizardActivity.java:80)
    at android.app.Activity.performCreate(Activity.java:5541)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2368)
    ... 11 more
Caused by: java.lang.ClassNotFoundException: Didn't find class "uk.co.armedpineapple.cth.wizard.WelcomeWizard" on path: DexPathList[[zip file "/data/app/uk.co.armedpineapple.cth-1.apk"],nativeLibraryDirectories=[/data/app-lib/uk.co.armedpineapple.cth-1, /vendor/lib, /system/lib, /system/lib/arm]]
    at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
    at android.view.LayoutInflater.createView(LayoutInflater.java:565)
    at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:702)
    ... 18 more