I was using the AndDown library (using the artifact from Gradle) for Markdown in Android for formatting. Yesterday, I included the latest version of play services from Google,
com.google.gms:google-services:1.5.0-beta2
After including this library, I get a weird error:
An exception occurred during request network execution :dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.app.debug-1/base.apk"],nativeLibraryDirectories=[/data/app/com.example.app.debug-1/lib/arm, /vendor/lib, /system/lib]]] couldn't find "libanddown.so"
dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.com.example.app.debug-1.debug-1/base.apk"],nativeLibraryDirectories=[/data/app/com.example.app.debug-1/lib/arm, /vendor/lib, /system/lib]]] couldn't find "libanddown.so"
Is there something missing in the latest AndDown library?