apk
How do you disable “Use Mono Shared Runtime” in Visual Studio 2017
On your project, right click, select Properties, and you will see this: UPDATE: Like @Chandan Y S had said, we need to restart VS as well
You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play-Upload apk to google play
Don’t use the debug variant output! Build a release apk. You can do that in Android Studio by going to the menu Build -> Generate Signed APK. Or by executing ./gradlew assembleRelease if you have properly configured signing in the build file.
install apk programmatically in android 8 (API 26)
You should be add a new permission. <uses-permission android:name=”android.permission.REQUEST_INSTALL_PACKAGES”/>