Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on 4.x tablet - latest version #532

Closed
teolemon opened this issue Mar 24, 2017 · 0 comments
Closed

Crash on 4.x tablet - latest version #532

teolemon opened this issue Mar 24, 2017 · 0 comments

Comments

@teolemon
Copy link
Member

android.content.res.Resources$NotFoundException: File res/drawable-hdpi-v4/nnc_e.png from xml type xml resource ID #0x7f0200c6. If the resource you are trying to use is a vector resource, you may be referencing it in an unsupported way. See AppCompatDelegate.setCompatVectorFromResourcesEnabled() for more info.
	at android.content.res.Resources.loadXmlResourceParser(Resources.java:2356)
	at android.content.res.Resources.loadXmlResourceParser(Resources.java:2311)
	at android.content.res.Resources.getXml(Resources.java:988)
	at android.support.graphics.drawable.VectorDrawableCompat.create(Unknown Source)
	at openfoodfacts.github.scrachx.openfood.fragments.NutritionProductFragment.onViewCreated(Unknown Source)
	at android.support.v4.app.FragmentManagerImpl.moveToState(Unknown Source)
	at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(Unknown Source)
	at android.support.v4.app.FragmentManagerImpl.moveToState(Unknown Source)
	at android.support.v4.app.BackStackRecord.executeOps(Unknown Source)
	at android.support.v4.app.FragmentManagerImpl.executeOps(Unknown Source)
	at android.support.v4.app.FragmentManagerImpl.executeOpsTogether(Unknown Source)
	at android.support.v4.app.FragmentManagerImpl.optimizeAndExecuteOps(Unknown Source)
	at android.support.v4.app.FragmentManagerImpl.execSingleAction(Unknown Source)
	at android.support.v4.app.BackStackRecord.commitNowAllowingStateLoss(Unknown Source)
	at android.support.v4.app.FragmentPagerAdapter.finishUpdate(Unknown Source)
	at android.support.v4.view.ViewPager.populate(Unknown Source)
	at android.support.v4.view.ViewPager.populate(Unknown Source)
	at android.support.v4.view.ViewPager$3.run(Unknown Source)
	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
	at android.view.Choreographer.doCallbacks(Choreographer.java:574)
	at android.view.Choreographer.doFrame(Choreographer.java:543)
	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
	at android.os.Handler.handleCallback(Handler.java:733)
	at android.os.Handler.dispatchMessage(Handler.java:95)
	at android.os.Looper.loop(Looper.java:136)
	at android.app.ActivityThread.main(ActivityThread.java:5017)
	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:779)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
	at dalvik.system.NativeStart.main(Native Method)
Caused by: java.io.FileNotFoundException: Corrupt XML binary file
	at android.content.res.AssetManager.openXmlAssetNative(Native Method)
	at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:488)
	at android.content.res.Resources.loadXmlResourceParser(Resources.java:2338)
	... 30 more
@itchix itchix closed this as completed in 76bd60b Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant