Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

eak65/FixedSignalRJar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FixedSignalRJar

Fixed SignalR for Android Client

You might get so many error after having official files for SignalR for Android Client

I would suggest adding following lines in build.gradle file after replacing with the jars would may help

splits {
        abi {
            enable true
            reset()
            include 'x86', 'armeabi-v7a'
            universalApk true
        }
    }

packagingOptions {
        exclude 'lib/getLibs.ps1'
        exclude 'lib/getLibs.sh'
        exclude 'lib/gson-2.2.2.jar'
    }

This answer on StackOverFlow may help.- Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •