Wednesday, 22 February 2017

libcurl.so duplicate spicified JNI

Put this in build.xml

packagingOptions {

        pickFirst 'lib/armeabi-v7a/libcurl.so'
        pickFirst 'lib/armeabi-v7a/libssl.so'
        pickFirst 'lib/x86/libcurl.so'

    }

Caused by java.lang.unsupportedoperationexception failed to resolve attribute at index 13

I faced this issue while implementing custom image button , here in xml following attribute is not supported



android:background="?attr/xxx"


Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...