Post by beyons on Oct 10, 2022 10:54:44 GMT
Hello i have created a plugin for showing a chrome custom tabs
in the ext.yml i have added this dependency
maven_deps:
- 'com.android.support:customtabs:25.2.0'
but i have an error when i build the plugin with the new version of rhosutio 7.5 but with 7.4 i dont have any errors.
the error message is :
i don't have an idea how i can fix this error
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onCreate:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onCreate:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onStart:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onStart:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onResume:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onResume:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onPause:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onPause:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onStop:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onStop:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onDestroy:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onDestroy:(Landroidx/lifecycle/LifecycleOwner;)V
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/INotificationSideChannel;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/INotificationSideChannel$Stub;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/INotificationSideChannel$Stub$Proxy;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/IResultReceiver;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/IResultReceiver$Stub;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/IResultReceiver$Stub$Proxy;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/ResultReceiver;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/ResultReceiver$1;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/ResultReceiver$MyResultReceiver;
in the ext.yml i have added this dependency
maven_deps:
- 'com.android.support:customtabs:25.2.0'
but i have an error when i build the plugin with the new version of rhosutio 7.5 but with 7.4 i dont have any errors.
the error message is :
i don't have an idea how i can fix this error
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onCreate:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onCreate:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onStart:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onStart:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onResume:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onResume:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onPause:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onPause:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onStop:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onStop:(Landroidx/lifecycle/LifecycleOwner;)V
WARNING in androidx.lifecycle.DefaultLifecycleObserver.onDestroy:(Landroidx/lifecycle/LifecycleOwner;)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: androidx.lifecycle.DefaultLifecycleObserver.onDestroy:(Landroidx/lifecycle/LifecycleOwner;)V
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/INotificationSideChannel;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/INotificationSideChannel$Stub;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/INotificationSideChannel$Stub$Proxy;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/IResultReceiver;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/IResultReceiver$Stub;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/IResultReceiver$Stub$Proxy;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/ResultReceiver;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/ResultReceiver$1;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/os/ResultReceiver$MyResultReceiver;