Pop-up window prompts "Detected problems with app native libraries" when installing APK

  There are two solutions:

  • targetSdkVersion is set to less than 23

It is useless during commissioning.

  • Modify as follows:
    <application
        android:debuggable="false"
        >

The result is wrong again.

Published 2654 original articles · praised 352 · 2.1 million views

Guess you like

Origin blog.csdn.net/quantum7/article/details/105446407