Hagen Brooks
Hagen Brooks
`.setImage(R.drawable.ic_launcher_about)` works perfectly fine for me.
@medyo I have the exact same issue. ``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.Package.Name/com.Package.Name.WhatsNew}: android.content.res.Resources$NotFoundException: File res/drawable/ic_about_new_release.png from xml type xml resource ID #0x7f070091 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2429) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2493)...
@jangerhard @lesjaw Where you able to find the issue, if so, can you please share what you did?
Ok I managed to find a solution, instead of using `.jpeg` or `.png` I use a vector drawable.
I feel more people should be sponsoring. This is an amazing library with great support. If a team would have to implement all the functions in this library, it would...
@sannies https://github.com/sannies/mp4parser/pull/424/commits/d4fabc0eebe782128ac7ba9e511cc87da823faba should fix this.
There is 2 reasons why this could be happening. 1. You did not implement the library correctly. Make sure you have the following in your `build.gradle` ```java implementation 'org.mp4parser:isoparser:1.9.41' implementation...
@AndroidDeveloperLB I may have found a possible solution for this, I'm not 100% sure, but it is working on my device. I would like to get your input on this...
@AndroidDeveloperLB I will try on emulator (I know emulator is not great with video's), otherwise I will build a new project for you to test, if that is ok?
@torindev can you confirm if the new release fixed this: implementation 'org.mp4parser:isoparser:1.9.39' implementation 'org.mp4parser:muxer:1.9.39'