Open TripleOh7 opened 1 month ago
Did manage to rollback the app to the March release so I can still use that version in the meantime
The same happens to me. I'm using the app on a Xiaomi device running custom EU MIUI ROM. Here's the error log that the built-in phone's program collected:
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.hollowbamboo.chordreader2/org.hollowbamboo.chordreader2.MainActivity}: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment
at android.app.ActivityThread.performLaunchActivity(Unknown Source:902)
at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77)
at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77)
at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76)
at android.app.ActivityThread$H.handleMessage(Unknown Source:172)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loopOnce(Unknown Source:182)
at android.os.Looper.loop(Unknown Source:82)
at android.app.ActivityThread.main(Unknown Source:123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:312)
Caused by: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment
Caused by: android.view.InflateException: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment
Caused by: java.lang.RuntimeException: Exception inflating org.hollowbamboo.chordreader2:navigation/mobile_navigation line 126
at x0.t.b(SourceFile:1)
at x0.j.o0(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment$b.g(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment$b.a(SourceFile:1)
at d2.l.getValue(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment.a2(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment.C0(SourceFile:1)
at androidx.fragment.app.i.h1(SourceFile:1)
at androidx.fragment.app.v.e(SourceFile:1)
at androidx.fragment.app.v.m(SourceFile:1)
at androidx.fragment.app.o.onCreateView(SourceFile:1)
at androidx.fragment.app.l.n(SourceFile:1)
at androidx.fragment.app.j.W(SourceFile:1)
at androidx.fragment.app.j.onCreateView(SourceFile:1)
at android.view.LayoutInflater.tryCreateView(Unknown Source:39)
at android.view.LayoutInflater.createViewFromTag(Unknown Source:42)
at android.view.LayoutInflater.createViewFromTag(Unknown Source:6)
at android.view.LayoutInflater.rInflate(Unknown Source:92)
at android.view.LayoutInflater.rInflateChildren(Unknown Source:9)
at android.view.LayoutInflater.parseInclude(Unknown Source:302)
at android.view.LayoutInflater.rInflate(Unknown Source:71)
at android.view.LayoutInflater.rInflateChildren(Unknown Source:9)
at android.view.LayoutInflater.parseInclude(Unknown Source:302)
at android.view.LayoutInflater.rInflate(Unknown Source:71)
at android.view.LayoutInflater.rInflateChildren(Unknown Source:9)
at android.view.LayoutInflater.inflate(Unknown Source:112)
at android.view.LayoutInflater.inflate(Unknown Source:29)
at androidx.databinding.f.e(SourceFile:1)
at androidx.databinding.g.m(SourceFile:1)
at g3.b.v(SourceFile:1)
at g3.b.u(SourceFile:1)
at org.hollowbamboo.chordreader2.MainActivity.onCreate(Unknown Source:7)
at android.app.Activity.performCreate(Unknown Source:127)
at android.app.Activity.performCreate(Unknown Source:1)
at android.app.Instrumentation.callActivityOnCreate(Unknown Source:3)
at android.app.ActivityThread.performLaunchActivity(Unknown Source:627)
at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77)
at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77)
at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76)
at android.app.ActivityThread$H.handleMessage(Unknown Source:172)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loopOnce(Unknown Source:182)
at android.os.Looper.loop(Unknown Source:82)
at android.app.ActivityThread.main(Unknown Source:123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:312)
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord
at x0.x$l.a(SourceFile:1)
at x0.t.d(SourceFile:1)
at x0.t.f(SourceFile:1)
at x0.t.a(SourceFile:1)
at x0.t.a(SourceFile:1)
... 48 more
Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:454)
at java.lang.Class.forName(Class.java:379)
... 53 more
Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord
... 56 more
Here's what I got from LogFox:
FATAL EXCEPTION: main
Process: org.hollowbamboo.chordreader2, PID: 26453
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.hollowbamboo.chordreader2/org.hollowbamboo.chordreader2.MainActivity}: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment
at android.app.ActivityThread.performLaunchActivity(Unknown Source:902)
at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77)
at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77)
at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76)
at android.app.ActivityThread$H.handleMessage(Unknown Source:172)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loopOnce(Unknown Source:182)
at android.os.Looper.loop(Unknown Source:82)
at android.app.ActivityThread.main(Unknown Source:123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:312)
Caused by: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment
Caused by: android.view.InflateException: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment
Caused by: java.lang.RuntimeException: Exception inflating org.hollowbamboo.chordreader2:navigation/mobile_navigation line 126
at x0.t.b(SourceFile:1)
at x0.j.o0(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment$b.g(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment$b.a(SourceFile:1)
at d2.l.getValue(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment.a2(SourceFile:1)
at androidx.navigation.fragment.NavHostFragment.C0(SourceFile:1)
at androidx.fragment.app.i.h1(SourceFile:1)
at androidx.fragment.app.v.e(SourceFile:1)
at androidx.fragment.app.v.m(SourceFile:1)
at androidx.fragment.app.o.onCreateView(SourceFile:1)
at androidx.fragment.app.l.n(SourceFile:1)
at androidx.fragment.app.j.W(SourceFile:1)
at androidx.fragment.app.j.onCreateView(SourceFile:1)
at android.view.LayoutInflater.tryCreateView(Unknown Source:39)
at android.view.LayoutInflater.createViewFromTag(Unknown Source:42)
at android.view.LayoutInflater.createViewFromTag(Unknown Source:6)
at android.view.LayoutInflater.rInflate(Unknown Source:92)
at android.view.LayoutInflater.rInflateChildren(Unknown Source:9)
at android.view.LayoutInflater.parseInclude(Unknown Source:302)
at android.view.LayoutInflater.rInflate(Unknown Source:71)
at android.view.LayoutInflater.rInflateChildren(Unknown Source:9)
at android.view.LayoutInflater.parseInclude(Unknown Source:302)
at android.view.LayoutInflater.rInflate(Unknown Source:71)
at android.view.LayoutInflater.rInflateChildren(Unknown Source:9)
at android.view.LayoutInflater.inflate(Unknown Source:112)
at android.view.LayoutInflater.inflate(Unknown Source:29)
at androidx.databinding.f.e(SourceFile:1)
at androidx.databinding.g.m(SourceFile:1)
at g3.b.v(SourceFile:1)
at g3.b.u(SourceFile:1)
at org.hollowbamboo.chordreader2.MainActivity.onCreate(Unknown Source:7)
at android.app.Activity.performCreate(Unknown Source:127)
at android.app.Activity.performCreate(Unknown Source:1)
at android.app.Instrumentation.callActivityOnCreate(Unknown Source:3)
at android.app.ActivityThread.performLaunchActivity(Unknown Source:627)
at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77)
at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77)
at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76)
at android.app.ActivityThread$H.handleMessage(Unknown Source:172)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loopOnce(Unknown Source:182)
at android.os.Looper.loop(Unknown Source:82)
at android.app.ActivityThread.main(Unknown Source:123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:312)
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord
at x0.x$l.a(SourceFile:1)
at x0.t.d(SourceFile:1)
at x0.t.f(SourceFile:1)
at x0.t.a(SourceFile:1)
at x0.t.a(SourceFile:1)
... 48 more
Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:454)
at java.lang.Class.forName(Class.java:379)
... 53 more
Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord
... 56 more
Hope this helps troubleshoot the issue. Cheers!
Thanks for the crash log, I was trying to get a bug report but could not find the save location
On Tue, Sep 17, 2024, 3:24 PM Elizabeth Wega @.***> wrote:
The same happens to me. I'm using the app on a Xiaomi device running custom EU MIUI ROM. Here's the error log that the built-in phone's program collected:
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.hollowbamboo.chordreader2/org.hollowbamboo.chordreader2.MainActivity}: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment at android.app.ActivityThread.performLaunchActivity(Unknown Source:902) at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77) at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79) at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77) at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76) at android.app.ActivityThread$H.handleMessage(Unknown Source:172) at android.os.Handler.dispatchMessage(Unknown Source:19) at android.os.Looper.loopOnce(Unknown Source:182) at android.os.Looper.loop(Unknown Source:82) at android.app.ActivityThread.main(Unknown Source:123) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11) at com.android.internal.os.ZygoteInit.main(Unknown Source:312) Caused by: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment Caused by: android.view.InflateException: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment Caused by: java.lang.RuntimeException: Exception inflating org.hollowbamboo.chordreader2:navigation/mobile_navigation line 126 at x0.t.b(SourceFile:1) at x0.j.o0(SourceFile:1) at androidx.navigation.fragment.NavHostFragment$b.g(SourceFile:1) at androidx.navigation.fragment.NavHostFragment$b.a(SourceFile:1) at d2.l.getValue(SourceFile:1) at androidx.navigation.fragment.NavHostFragment.a2(SourceFile:1) at androidx.navigation.fragment.NavHostFragment.C0(SourceFile:1) at androidx.fragment.app.i.h1(SourceFile:1) at androidx.fragment.app.v.e(SourceFile:1) at androidx.fragment.app.v.m(SourceFile:1) at androidx.fragment.app.o.onCreateView(SourceFile:1) at androidx.fragment.app.l.n(SourceFile:1) at androidx.fragment.app.j.W(SourceFile:1) at androidx.fragment.app.j.onCreateView(SourceFile:1) at android.view.LayoutInflater.tryCreateView(Unknown Source:39) at android.view.LayoutInflater.createViewFromTag(Unknown Source:42) at android.view.LayoutInflater.createViewFromTag(Unknown Source:6) at android.view.LayoutInflater.rInflate(Unknown Source:92) at android.view.LayoutInflater.rInflateChildren(Unknown Source:9) at android.view.LayoutInflater.parseInclude(Unknown Source:302) at android.view.LayoutInflater.rInflate(Unknown Source:71) at android.view.LayoutInflater.rInflateChildren(Unknown Source:9) at android.view.LayoutInflater.parseInclude(Unknown Source:302) at android.view.LayoutInflater.rInflate(Unknown Source:71) at android.view.LayoutInflater.rInflateChildren(Unknown Source:9) at android.view.LayoutInflater.inflate(Unknown Source:112) at android.view.LayoutInflater.inflate(Unknown Source:29) at androidx.databinding.f.e(SourceFile:1) at androidx.databinding.g.m(SourceFile:1) at g3.b.v(SourceFile:1) at g3.b.u(SourceFile:1) at org.hollowbamboo.chordreader2.MainActivity.onCreate(Unknown Source:7) at android.app.Activity.performCreate(Unknown Source:127) at android.app.Activity.performCreate(Unknown Source:1) at android.app.Instrumentation.callActivityOnCreate(Unknown Source:3) at android.app.ActivityThread.performLaunchActivity(Unknown Source:627) at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77) at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79) at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77) at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76) at android.app.ActivityThread$H.handleMessage(Unknown Source:172) at android.os.Handler.dispatchMessage(Unknown Source:19) at android.os.Looper.loopOnce(Unknown Source:182) at android.os.Looper.loop(Unknown Source:82) at android.app.ActivityThread.main(Unknown Source:123) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11) at com.android.internal.os.ZygoteInit.main(Unknown Source:312) Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord at x0.x$l.a(SourceFile:1) at x0.t.d(SourceFile:1) at x0.t.f(SourceFile:1) at x0.t.a(SourceFile:1) at x0.t.a(SourceFile:1) ... 48 more Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:454) at java.lang.Class.forName(Class.java:379) ... 53 more Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord ... 56 more
Here's what I got from LogFox:
FATAL EXCEPTION: main Process: org.hollowbamboo.chordreader2, PID: 26453 java.lang.RuntimeException: Unable to start activity ComponentInfo{org.hollowbamboo.chordreader2/org.hollowbamboo.chordreader2.MainActivity}: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment at android.app.ActivityThread.performLaunchActivity(Unknown Source:902) at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77) at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79) at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77) at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76) at android.app.ActivityThread$H.handleMessage(Unknown Source:172) at android.os.Handler.dispatchMessage(Unknown Source:19) at android.os.Looper.loopOnce(Unknown Source:182) at android.os.Looper.loop(Unknown Source:82) at android.app.ActivityThread.main(Unknown Source:123) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11) at com.android.internal.os.ZygoteInit.main(Unknown Source:312) Caused by: android.view.InflateException: Binary XML file line #18 in org.hollowbamboo.chordreader2:layout/activity_main: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment Caused by: android.view.InflateException: Binary XML file line #17 in org.hollowbamboo.chordreader2:layout/content_main: Error inflating class fragment Caused by: java.lang.RuntimeException: Exception inflating org.hollowbamboo.chordreader2:navigation/mobile_navigation line 126 at x0.t.b(SourceFile:1) at x0.j.o0(SourceFile:1) at androidx.navigation.fragment.NavHostFragment$b.g(SourceFile:1) at androidx.navigation.fragment.NavHostFragment$b.a(SourceFile:1) at d2.l.getValue(SourceFile:1) at androidx.navigation.fragment.NavHostFragment.a2(SourceFile:1) at androidx.navigation.fragment.NavHostFragment.C0(SourceFile:1) at androidx.fragment.app.i.h1(SourceFile:1) at androidx.fragment.app.v.e(SourceFile:1) at androidx.fragment.app.v.m(SourceFile:1) at androidx.fragment.app.o.onCreateView(SourceFile:1) at androidx.fragment.app.l.n(SourceFile:1) at androidx.fragment.app.j.W(SourceFile:1) at androidx.fragment.app.j.onCreateView(SourceFile:1) at android.view.LayoutInflater.tryCreateView(Unknown Source:39) at android.view.LayoutInflater.createViewFromTag(Unknown Source:42) at android.view.LayoutInflater.createViewFromTag(Unknown Source:6) at android.view.LayoutInflater.rInflate(Unknown Source:92) at android.view.LayoutInflater.rInflateChildren(Unknown Source:9) at android.view.LayoutInflater.parseInclude(Unknown Source:302) at android.view.LayoutInflater.rInflate(Unknown Source:71) at android.view.LayoutInflater.rInflateChildren(Unknown Source:9) at android.view.LayoutInflater.parseInclude(Unknown Source:302) at android.view.LayoutInflater.rInflate(Unknown Source:71) at android.view.LayoutInflater.rInflateChildren(Unknown Source:9) at android.view.LayoutInflater.inflate(Unknown Source:112) at android.view.LayoutInflater.inflate(Unknown Source:29) at androidx.databinding.f.e(SourceFile:1) at androidx.databinding.g.m(SourceFile:1) at g3.b.v(SourceFile:1) at g3.b.u(SourceFile:1) at org.hollowbamboo.chordreader2.MainActivity.onCreate(Unknown Source:7) at android.app.Activity.performCreate(Unknown Source:127) at android.app.Activity.performCreate(Unknown Source:1) at android.app.Instrumentation.callActivityOnCreate(Unknown Source:3) at android.app.ActivityThread.performLaunchActivity(Unknown Source:627) at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77) at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79) at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77) at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76) at android.app.ActivityThread$H.handleMessage(Unknown Source:172) at android.os.Handler.dispatchMessage(Unknown Source:19) at android.os.Looper.loopOnce(Unknown Source:182) at android.os.Looper.loop(Unknown Source:82) at android.app.ActivityThread.main(Unknown Source:123) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11) at com.android.internal.os.ZygoteInit.main(Unknown Source:312) Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord at x0.x$l.a(SourceFile:1) at x0.t.d(SourceFile:1) at x0.t.f(SourceFile:1) at x0.t.a(SourceFile:1) at x0.t.a(SourceFile:1) ... 48 more Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:454) at java.lang.Class.forName(Class.java:379) ... 53 more Caused by: java.lang.ClassNotFoundException: org.hollowbamboo.chordreader2.chords.Chord ... 56 more
Hope this helps troubleshoot the issue. Cheers!
— Reply to this email directly, view it on GitHub https://github.com/AndInTheClouds/chordreader2/issues/51#issuecomment-2356854063, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZYG43GTL6ANETUUOOYVBI3ZXCFXNAVCNFSM6AAAAABOLNDJBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJWHA2TIMBWGM . You are receiving this because you authored the thread.Message ID: @.***>
Same on Pie
How can I roll back or get older apo?
How can I roll back or get older apo?
Uninstall from f droid, scroll down and click install on an older version
Your data should be saved because it should be saved to a different folder, although I would use a file manager to make sure before uninstalling so you don't delete your files.
I'm another installing over 2.2.0 via F-Droid on my Moto G62 5G that finds in crashes. (Had forgotten how I had managed to revert earlier and was left the dead app when I tried the upgrade a second time. Thanks to visiting here was reminded how. Now have 2.2.0 working again.)
Let me know if it's worth me submitting a crash log. You'll need to provide full instructions on how to do it. I'm not really a geek who belongs here.
I'm running into the same issues on a Pixel 6a running the latest CalyxOS. Rolling back solves the problem. If you roll back on f-droid, don't forget to turn off auto updates for the app right after installing.
Same issue Using android 12
Running the latest state of master
on an actual device does not cause the app to crash, so I assume this crash is "introduced" when building the app for F-Droid.
Could the recent change regarding Multidex (cp. 3ddec21) be responsible for that, @AndInTheClouds?
The latest version of this app (installed by F-Droid) instantly crashes upon open. I am on the latest Android 14 so F-Droid supports automatically updating apps.
I'm not sure if the multidex support or F-Droid's auto update is making it crash but I'd really appreciate it if you could look at it; I use this app nearly every day and am willing to test, etc.
Thank you for working on such a cool project! I show this to all the other musicians in my life knowing full well they can't do the same on their iPhones :)
https://github.com/user-attachments/assets/50f91624-8a9e-4fe7-99cc-7076a3d14758