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

( BUG Cosmetique Organique Current Version 1.2 ) The application crashes when I try to open a post #2

Open
friendsmobile opened this issue Jul 9, 2019 · 0 comments

Comments

@friendsmobile
Copy link

Project Information

Expected behavior

When I try to open a post, that post should be opened and the information contained in this should appear and the application should not be crashed.

Actual behavior

The application crashes when I try to open a post

How to reproduce

  • Download the application

  • Open the application

  • Click the 3 horizontal lines on the top left

  • click on Hair option

  • Try opening any post

  • Note the Error

  • Browser/App version: 1.2

  • Operating system: 6.0

Recording Of The Bug

20190709_162016

Logcat

D/AndroidRuntime(12150): Shutting down VM

E/AndroidRuntime(12150): FATAL EXCEPTION: main

E/AndroidRuntime(12150): Process: com.blogspot.android_czy_java.beautytips, PID: 12150

E/AndroidRuntime(12150): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.blogspot.android_czy_java.beautytips/com.blogspot.android_czy_java.beautytips.detail.DetailActivity}: android.view.InflateException: Binary XML file line #3: Error inflating class androidx.constraintlayout.widget.ConstraintLayout

E/AndroidRuntime(12150): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2695)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2769)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.access$900(ActivityThread.java:177)

E/AndroidRuntime(12150): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1430)

E/AndroidRuntime(12150): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(12150): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(12150): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(12150): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(12150): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(12150): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(12150): Caused by: android.view.InflateException: Binary XML file line #3: Error inflating class androidx.constraintlayout.widget.ConstraintLayout

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.parseInclude(LayoutInflater.java:892)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:802)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.parseInclude(LayoutInflater.java:916)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:802)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(12150): 	at com.blogspot.android_czy_java.beautytips.detail.DetailActivityFragment.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.d.b(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.g(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.f(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.onCreateView(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.g.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.e.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.e.onCreateView(Unknown Source)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:733)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:365)

E/AndroidRuntime(12150): 	at androidx.appcompat.app.f.c(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.appcompat.app.c.setContentView(Unknown Source)

E/AndroidRuntime(12150): 	at com.blogspot.android_czy_java.beautytips.detail.DetailActivity.onCreate(Unknown Source)

E/AndroidRuntime(12150): 	at android.app.Activity.performCreate(Activity.java:6178)

E/AndroidRuntime(12150): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2648)

E/AndroidRuntime(12150): 	... 10 more

E/AndroidRuntime(12150): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime(12150): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime(12150): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime(12150): 	... 39 more

E/AndroidRuntime(12150): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-nodpi-v4/hearts_background.xml from drawable resource ID #0x7f0800ae

E/AndroidRuntime(12150): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(12150): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(12150): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime(12150): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime(12150): 	at android.view.View.(View.java:3852)

E/AndroidRuntime(12150): 	at android.view.ViewGroup.(ViewGroup.java:503)

E/AndroidRuntime(12150): 	at android.view.ViewGroup.(ViewGroup.java:499)

E/AndroidRuntime(12150): 	at android.view.ViewGroup.(ViewGroup.java:495)

E/AndroidRuntime(12150): 	at androidx.c
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