Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: App doesn't install on Android Oreo 8.0 (api v26) and above #78

Open
omkarsheral1989 opened this issue Jul 4, 2018 · 1 comment

Comments

@omkarsheral1989
Copy link

New apk is downloaded but cannot install as there is change in 'Install apps from unknown sources' in Oreo.
Refer:
https://developer.android.com/about/versions/oreo/android-8.0-changes#security-all (scroll little down to unkown sources)

This can be resolved easily by adding this permission in Android.manifest

@samueljmurray
Copy link
Contributor

This is the permission you can add to fix this:

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants