Skip to content

Instantly share code, notes, and snippets.

@ChrisBlackman
Created July 21, 2014 16:28
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 ChrisBlackman/3f681c7be6ebc3a933fb to your computer and use it in GitHub Desktop.
Save ChrisBlackman/3f681c7be6ebc3a933fb to your computer and use it in GitHub Desktop.
System.TypeInitializationException: An exception was thrown by the type initializer for Styleable ---> System.NullReferenceException: Object reference not set to an instance of an object
[MonoDroid] at Android.Runtime.ResourceIdManager.UpdateIdValues () [0x000b4] in /Users/builder/data/lanes/558/13689c14/source/monodroid/src/Mono.Android/src/Runtime/ResourceIdManager.cs:26
[MonoDroid] at BatchStepSensor.Resource+Styleable..cctor () [0x0001c] in /Users/Chris/Projects/BatchStepSensor/BatchStepSensor/Resources/Resource.designer.cs:489
[MonoDroid] --- End of inner exception stack trace ---
[MonoDroid] at BatchStepSensor.CardStream.CardStreamLinearLayout.Initialize (Android.Util.IAttributeSet,int) [0x0008d] in /Users/Chris/Projects/BatchStepSensor/BatchStepSensor/CardStream/CardStreamLinearLayout.cs:342
[MonoDroid] at BatchStepSensor.CardStream.CardStreamLinearLayout..ctor (Android.Content.Context,Android.Util.IAttributeSet) [0x0004c] in /Users/Chris/Projects/BatchStepSensor/BatchStepSensor/CardStream/CardStreamLinearLayout.cs:128
[MonoDroid] at (wrapper dynamic-method) object.a308aa39-b84c-478f-b5ae-e78cc4a63c6e (intptr,object[]) <IL 0x00030, 0x00093>
[MonoDroid] at Java.Interop.TypeManager.n_Activate (intptr,intptr,intptr,intptr,intptr,intptr) [0x000c2] in /Users/builder/data/lanes/558/13689c14/source/monodroid/src/Mono.Android/src/Java.Interop/TypeManager.cs:156
[MonoDroid] at (wrapper dynamic-method) object.fc7ff942-737b-4306-a2a9-3573971904bb (intptr,intptr,intptr,intptr,intptr,intptr) <IL 0x00029, 0x0007b>
[libc] Fatal signal 6 (SIGABRT) at 0x00003bc9 (code=-6), thread 15305 (BatchStepSensor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment