Photos of Newport Gwent Dragons V Munster - 151206, view full set here
Monday, December 7, 2015
Saturday, November 21, 2015
Saturday, October 24, 2015
Thursday, October 22, 2015
Saturday, October 17, 2015
Tuesday, September 29, 2015
Sunday, September 13, 2015
Tuesday, September 8, 2015
Friday, August 21, 2015
Android Studio Error - java.lang.UnsatisfiedLinkError ... couldn't find "libstlport_shared.so"
PROBLEM:
While trying to use the SmartStore feature of the Salesforce MobileSDK on Android Native, I encountered the following error while trying to debug the app.
java.lang.UnsatisfiedLinkError ... couldn't find "libstlport_shared.so"
CAUSE:
It appears the issue is with Gradle not supporting native libraries.
The workaround is to create a zip archive of the armeabi/, rename it to .jar in your libs/ and include it as a gradle dependency.
SOURCE:
https://groups.google.com/forum/#!msg/adt-dev/nQobKd2Gl_8/Z5yWAvCh4h4J
While trying to use the SmartStore feature of the Salesforce MobileSDK on Android Native, I encountered the following error while trying to debug the app.
java.lang.UnsatisfiedLinkError ... couldn't find "libstlport_shared.so"
CAUSE:
It appears the issue is with Gradle not supporting native libraries.
The workaround is to create a zip archive of the armeabi/, rename it to .jar in your libs/ and include it as a gradle dependency.
SOURCE:
https://groups.google.com/forum/#!msg/adt-dev/nQobKd2Gl_8/Z5yWAvCh4h4J
Saturday, August 15, 2015
Monday, August 10, 2015
Sunday, August 9, 2015
Sunday, July 26, 2015
Saturday, July 25, 2015
Subscribe to:
Posts (Atom)