nativescript-aws-sdk
nativescript-aws-sdk copied to clipboard
Getting `Lorg/apache/commons/logging/LogFactory` error in ANDROID
I am getting below error when image upload to the aws-s3 bucket using "nativescript-aws-sdk" I am using API level: 28 and Android mobile version 'pie'
The below one is placed in the manifest file service android:name= "com.amazonaws.mobileconnectors.s3.transferutility.TransferService" android:enabled="true"
ERROR Error: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/commons/logging/LogFactory;
JS: com.amazonaws.AmazonWebServiceClient.
+1 having this issue too.
You must add this in your manifest.xml