【发布时间】:2020-05-14 21:16:53
【问题描述】:
我们在我们的 android 应用程序中使用 Epson 打印机,当我们尝试上传到 Play 商店时,出现了以下错误。
> "The release is not compliant with the Google Play 64-bit requirement."
为了转换 64 位,我们添加了
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
那么就出现了下面的错误
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.haarisha.epos2_printer-1/base.apk"],nativeLibraryDirectories=[/data/app/com.haarisha.epos2_printer-1/lib/arm64, /system/lib64, /vendor/lib64]]]
Printer Concept 在 32 位下工作正常,但如果我们改为 64 位不工作,就会出现上述错误。
【问题讨论】:
标签: android printing sdk epson