Answer accepted by question author
Hello,
Welcome to our Microsoft Q&A platform!
Based on your description, did you get the "App not installed" error?
If so, please add android:extractNativeLibs="true" to the <application> tag like the following parameter in your AndroidManifest.xml
<application android:label="YourprojectName.Android" android:theme="@style/MainTheme" android:extractNativeLibs="true"></application>
This issue is related to changes in the android gradle plugin, which changed the default value from true to false in version 3.6.0 (Source: https://developer.android.com/guide/topics/manifest/application-element#extractNativeLibs).
And when you re-build application and generate a new APK.
If you get the following error.
Error Found tag id where item is expected
Please enable the Use incremental Android packaging system(aap2) selection in the Android Options tag. And set Linking to None
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
-
Anonymous
@cristiano rogoy I have not heard from you for a couple of days. Please let me know if there is anything that I can help here.
-
cristiano rogoy 21 Reputation points
It worked thank you very much
-
Deleted
This comment has been deleted due to a violation of our Code of Conduct. The comment was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
