-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Android: app crashes #6
Comments
Thx, but it still crashes: FATAL EXCEPTION: main
Process: app.wako, PID: 10333
java.lang.IllegalArgumentException: No view found for id 0x7f0a000c (app.wako:id/MediaPlayerFragmentContainerView) for fragment MediaPlayerContainer{e5cdb60} (44a34cbd-cbe9-4c0e-ae50-c0ffbaa7887d id=0x7f0a000c tag=rwfyig0iilo)
at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:547)
at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:272)
at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:1943)
at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:1839)
at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1782)
at androidx.fragment.app.FragmentManager$5.run(FragmentManager.java:565)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:224)
at android.os.Looper.loop(Looper.java:318)
at android.app.ActivityThread.main(ActivityThread.java:8772)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
Moreover I had to set default value for top, start, width... otherwise it throw a null pointer exception |
@JumBay Sorry, for the delay, v2.0.6 should fix these issues. |
@JumBay , please let me know if the issue is fixed. |
Thx I've been busy lately, I'll check it soon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks for the plugin.
I did a try on android an got the error:
The code I use :
The text was updated successfully, but these errors were encountered: