You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't make any change on codes and all the commands above completed without any error. When I launch the app, it crashes after login to the server. I'm using Apktool 2.10.0.
Crash logs:
10-20 07:21:26.608 8236 8236 E AndroidRuntime: FATAL EXCEPTION: main
10-20 07:21:26.608 8236 8236 E AndroidRuntime: Process: com.fitzytv.android, PID: 8236
10-20 07:21:26.608 8236 8236 E AndroidRuntime: android.view.InflateException: Binary XML file line #6: Binary XML file line #6: Error inflating class fragment
10-20 07:21:26.608 8236 8236 E AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #6: Error inflating class fragment
10-20 07:21:26.608 8236 8236 E AndroidRuntime: Caused by: android.content.res.Resources$NotFoundException: Drawable com.fitzytv.android:drawable/cast_ic_mini_controller_play with resource ID #0x7f08010f
10-20 07:21:26.608 8236 8236 E AndroidRuntime: Caused by: android.content.res.Resources$NotFoundException: File res/drawable/cast_ic_mini_controller_play.xml from drawable resource ID #0x7f08010f
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:847)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:631)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.content.res.Resources.getDrawableForDensity(Resources.java:888)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.content.res.Resources.getDrawable(Resources.java:827)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.content.res.Resources.getDrawable(Resources.java:802)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at h.j.b.c.d.s.m.l.m.b(Unknown Source:4)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at h.j.b.c.d.s.m.l.m.a(Unknown Source:4)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at com.google.android.gms.cast.framework.media.widget.MiniControllerFragment.e(Unknown Source:56)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at com.google.android.gms.cast.framework.media.widget.MiniControllerFragment.onCreateView(Unknown Source:303)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at androidx.fragment.app.Fragment.performCreateView(Unknown Source:15)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q.V(Unknown Source:476)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.o.onCreateView(Unknown Source:251)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.view.LayoutInflater$FactoryMerger.onCreateView(LayoutInflater.java:186)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:772)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:730)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.view.LayoutInflater.rInflate(LayoutInflater.java:863)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:824)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at h.h.a.x.g0.z.onCreateView(Unknown Source:4)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at androidx.fragment.app.Fragment.performCreateView(Unknown Source:15)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q.V(Unknown Source:688)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q.T(Unknown Source:54)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q.U(Unknown Source:47)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.a.m(Unknown Source:182)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q.E(Unknown Source:431)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q.c0(Unknown Source:84)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q.C(Unknown Source:73)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at f.m.b.q$d.run(Unknown Source:3)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:873)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:533)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:861)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #2: requires a valid 'src' attribute
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.graphics.drawable.BitmapDrawable.verifyRequiredAttributes(BitmapDrawable.java:788)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.graphics.drawable.BitmapDrawable.inflate(BitmapDrawable.java:771)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:142)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1332)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1291)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:833)
10-20 07:21:26.608 8236 8236 E AndroidRuntime: ... 35 more
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I installed the app from Play Store and it works without any problem.
https://play.google.com/store/apps/details?id=com.fitzytv.android
Used commands for decompiling, recompiling and installing :
I didn't make any change on codes and all the commands above completed without any error. When I launch the app, it crashes after login to the server. I'm using Apktool 2.10.0.
Crash logs:
Beta Was this translation helpful? Give feedback.
All reactions