App crash android 4.4.4

android 4.4.4

Crash info

Time: 07-06-2022 18:35:31
AntennaPod version: 2.6.0

StackTrace

java.lang.RuntimeException: Unable to resume activity {de.danoeh.antennapod/de.danoeh.antennapod.activity.MainActivity}: android.view.InflateException: Binary XML file line #74: Error inflating class ImageView
    at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3076)
    at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3105)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1346)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:146)
    at android.app.ActivityThread.main(ActivityThread.java:5635)
    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:1291)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: android.view.InflateException: Binary XML file line #74: Error inflating class ImageView
    at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:719)
    at android.view.LayoutInflater.rInflate(LayoutInflater.java:761)
    at android.view.LayoutInflater.rInflate(LayoutInflater.java:769)
    at android.view.LayoutInflater.parseInclude(LayoutInflater.java:855)
    at android.view.LayoutInflater.rInflate(LayoutInflater.java:751)
    at android.view.LayoutInflater.rInflate(LayoutInflater.java:769)
    at android.view.LayoutInflater.rInflate(LayoutInflater.java:769)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:498)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:398)
    at de.danoeh.antennapod.databinding.FeedItemListFragmentBinding.inflate(SourceFile:87)
    at de.danoeh.antennapod.databinding.FeedItemListFragmentBinding.inflate(SourceFile:81)
    at de.danoeh.antennapod.fragment.FeedItemlistFragment.onCreateView(SourceFile:129)
    at androidx.fragment.app.Fragment.performCreateView(SourceFile:2963)
    at androidx.fragment.app.FragmentStateManager.createView(SourceFile:518)
    at androidx.fragment.app.FragmentStateManager.moveToExpectedState(SourceFile:282)
    at androidx.fragment.app.FragmentManager.executeOpsTogether(SourceFile:2189)
    at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(SourceFile:2100)
    at androidx.fragment.app.FragmentManager.execPendingActions(SourceFile:2002)
    at androidx.fragment.app.FragmentController.execPendingActions(SourceFile:451)
    at androidx.fragment.app.FragmentActivity.onResume(SourceFile:436)
    at de.danoeh.antennapod.activity.MainActivity.onResume(SourceFile:416)
    at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1198)
    at android.app.Activity.performResume(Activity.java:5664)
    at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3066)
    ... 10 more
Caused by: android.content.res.Resources$NotFoundException: File res/e0.xml from drawable resource ID #0x7f08021c
    at android.content.res.Resources.loadDrawable(Resources.java:3439)
    at android.content.res.TypedArray.getDrawable(TypedArray.java:602)
    at android.widget.ImageView.<init>(ImageView.java:133)
    at androidx.appcompat.widget.AppCompatImageView.<init>(SourceFile:74)
    at androidx.appcompat.widget.AppCompatImageView.<init>(SourceFile:69)
    at androidx.appcompat.app.AppCompatViewInflater.createImageView(SourceFile:199)
    at androidx.appcompat.app.AppCompatViewInflater.createView(SourceFile:119)
    at androidx.appcompat.app.AppCompatDelegateImpl.createView(SourceFile:1563)
    at androidx.appcompat.app.AppCompatDelegateImpl.onCreateView(SourceFile:1614)
    at android.view.LayoutInflater$FactoryMerger.onCreateView(LayoutInflater.java:173)
    at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:690)
    ... 33 more
Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #5: invalid drawable tag vector
    at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:986)
    at android.graphics.drawable.Drawable.createFromXml(Drawable.java:930)
    at android.content.res.Resources.loadDrawable(Resources.java:3435)
    ... 43 more

Will be fixed in 2.6.1

I have the same problem apk, is it fixed yet?

It is fixed but I currently cannot upload an update because the SSD of my laptop (containing the crypto keys) died. One of my backups is about 1 hour away (by train) and the other is about 4 hours away. Depending on how much time I have in the next few days, it might take a week or two before I can upload the update.

So… I just noticed that I can also upload manually instead of using the API. That does not need the key from my backup, so I just did that. The update is now being reviewed by Google.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.