0

When i use implementation files ('libs/signalr-client-sdk.jar') Then my application not install in my Device Here is image where error show I try so many solution like

1:`ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'`

2:splits {
            abi {
                enable true
                reset()
                include 'x86', 'armeabi-v7a'
                universalApk true
            }
        }
3:-r -t in Flag 

But not working any other Solution

1 Answers1

0

Did you try as follows: enter image description here

disable "Use libusb backend"

navylover
  • 12,383
  • 5
  • 28
  • 41