Recently i am facing an issue while integrating amazon sdk using FFI
The Issue:
cannot find symbol
symbol : method getOrCreateInstance(java.lang.Object,java.lang.String,java.lang.String)
The Link to the amazon class reference
http://docs.aws.amazon.com/AWSAndroidSDK/latest/javadoc/
i am defining above method's parameters as:
context as java.lang.Object
appId as java.lang.String
poolId as java.lang.String
or there is an alternative to integrate third party libraries into Kony