Skip to content

Instantly share code, notes, and snippets.

@sunil360
Created October 28, 2014 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunil360/7d42136026983b8246b4 to your computer and use it in GitHub Desktop.
Save sunil360/7d42136026983b8246b4 to your computer and use it in GitHub Desktop.
Android.Views.InflateException: Binary XML file line #1: Error inflating class Go.FancyTextViewLight
at at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <IL 0x00011, 0x00068>
at Android.Runtime.JNIEnv.CallNonvirtualVoidMethod (intptr,intptr,intptr,Android.Runtime.JValue[]) [0x00084] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.18-series/0ef616ae/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:896
at Android.App.Activity.SetContentView (int) [0x00070] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.18-series/0ef616ae/source/monodroid/src/Mono.Android/platforms/android-15/src/generated/Android.App.Activity.cs:3831
at Bug_24088.MainActivity.OnCreate (Android.OS.Bundle) [0x00009] in c:\Users\Rajneesh\Documents\Projects\Bug_24088\Bug_24088\MainActivity.cs:22
at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) [0x00011] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.18-series/0ef616ae/source/monodroid/src/Mono.Android/platforms/android-15/src/generated/Android.App.Activity.cs:1944
at at (wrapper dynamic-method) object.60cc89fd-8669-499c-a5e1-9d382e9ef205 (intptr,intptr,intptr) <IL 0x00017, 0x00043>
at --- End of managed exception stack trace ---
at android.view.InflateException: Binary XML file line #1: Error inflating class Go.FancyTextViewLight
at at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:757)
at at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)
at at android.view.LayoutInflater.inflate(LayoutInflater.java:504)
at at android.view.LayoutInflater.inflate(LayoutInflater.java:414)
at at android.view.LayoutInflater.inflate(LayoutInflater.java:365)
at at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:377)
at at android.app.Activity.setContentView(Activity.java:2144)
at at bug_24088.MainActivity.n_onCreate(Native Method)
at at bug_24088.MainActivity.onCreate(MainActivity.java:28)
at at android.app.Activity.performCreate(Activity.java:5933)
at at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1105)
at at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2251)
at at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360)
at at android.app.ActivityThread.access$800(ActivityThread.java:144)
at at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278)
at at android.os.Handler.dispatchMessage(Handler.java:102)
at at android.os.Looper.loop(Looper.java:135)
at at android.app.ActivityThread.main(ActivityThread.java:5221)
at at java.lang.reflect.Method.invoke(Native Method)
at at java.lang.reflect.Method.invoke(Method.java:372)
at at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
at at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
at Caused by: java.lang.ClassNotFoundException: Didn't find class "Go.FancyTextViewLight" on path: DexPathList[[zip file "/data/app/Bug_24088.Bug_24088-1/base.apk"],nativeLibraryDirectories=[/data/app/Bug_24088.Bug_24088-1/lib/arm, /vendor/lib, /system/lib]]
at at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
at at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
at at android.view.LayoutInflater.createView(LayoutInflater.java:571)
at at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)
at ... 21 more
at Suppressed: java.lang.ClassNotFoundException: Go.FancyTextViewLight
at at java.lang.Class.classForName(Native Method)
at at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
at at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
at at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
at ... 24 more
at Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment