DroidPluginTeam / DroidPluginTeam/DroidPlugin
Youtube not working
- Dominant language
- Java
- Stars
- 7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I cannot get Youtube to work as a plugin. For installation, I had to disable the permission checks, but I don't think that's what caused the issues.
When I start the plugin, I always get this exception:
> E/AndroidRuntime:
> FATAL EXCEPTION: main
> java.lang.SecurityException: Unknown calling package name 'com.google.android.youtube'.
> at android.os.Parcel.readException(Parcel.java:1425)
> at android.os.Parcel.readException(Parcel.java:1379)
> at ecb.a(Unknown Source)
> at ebe.a(Unknown Source)
> at ebk.a(Unknown Source)
> at ebm.a(Unknown Source)
> at ebf.a(Unknown Source)
> at ebh.c(Unknown Source)
> at ebg.handleMessage(Unknown Source)
> at android.os.Handler.dispatchMessage(Handler.java:99)
> at android.os.Looper.loop(Looper.java:137)
> at android.app.ActivityThread.main(ActivityThread.java:4947)
> at java.lang.reflect.Method.invokeNative(Native Method)
> at java.lang.reflect.Method.invoke(Method.java:511)
> at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1038)
> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:805)
> at dalvik.system.NativeStart.main(Native Method)`
Does anyone have an idea where that exception comes from?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.