You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
I tried to install my app on android. But when I run androidInstall I get this error:
org.wildfly.transaction.client.provider.jboss.JBossJTALocalTransactionProvider.registerInterposedSynchronization:(Ljavax/transaction/Transaction;Ljavax/transaction/Synchronization;)V: invoking a signature-polymorphic requires --min-sdk-version >= 26 (currently 13)
I set compileSdkVersion = '26' minSdkVersion = '26' targetSdkVersion = '26' in the build.gradle. But it still does not work. Is there any way to set this property?
The text was updated successfully, but these errors were encountered:
I tried to install my app on android. But when I run androidInstall I get this error:
org.wildfly.transaction.client.provider.jboss.JBossJTALocalTransactionProvider.registerInterposedSynchronization:(Ljavax/transaction/Transaction;Ljavax/transaction/Synchronization;)V: invoking a signature-polymorphic requires --min-sdk-version >= 26 (currently 13)
I set compileSdkVersion = '26' minSdkVersion = '26' targetSdkVersion = '26' in the build.gradle. But it still does not work. Is there any way to set this property?
The text was updated successfully, but these errors were encountered: