有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java Android应用程序没有在2019年9月3日发布的Android 10版本中开放

我试图在2019年9月3日发布的新版安卓上安装我的应用程序。 它的安卓 10 API级别为29

最小版本:16, 目标版本29也尝试了26

日志是

 Not late-enabling -Xcheck:jni (already on)
 Unknown bits set in runtime_flags: 0x8000
 Unexpected CPU variant for X86 using defaults: x86
 The ClassLoaderContext is a special shared library.
 The ClassLoaderContext is a special shared library.
 I/MultiDex: VM with version 2.1.0 has multidex support
 I/MultiDex: Installing application
 I/MultiDex: VM has multidex support, MultiDex support library is disabled.
 I/MultiDex: Installing application
 I/MultiDex: VM has multidex support, MultiDex support library is disabled.

 A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1c in tid 19282 (com.tab.and2), pid 19282 (com.tab.and2)

依赖关系

enter image description here

清单应用程序标签

<application
        安卓:name="com.abc.app.MyApp"
        安卓:allowBackup="true"
        安卓:allowClearUserData="true"
        安卓:hardwareAccelerated="true"
        安卓:icon="@drawable/app_icon"

应用程序类

public class MyApp extends MultiDexApplication {

如果您有任何解决方案,请帮助我

提前谢谢你


共 (0) 个答案