Skip to content
Discussion options

You must be logged in to vote

Firstly, as Andrew mentioned, looks like you are trying to use too recent tools. Try installing:

  • Java v17
  • Android Build Tools: v34.0.0
  • Android SDK: v14 (34)

Secondly, when canRequestApplicationInstalls returns false it means your user hasn't granted permission for your app to install apps. You need to redirect them to the settings by calling: PackageManager.service.showManageUnknownAppSourcesSettings();

See here for more: https://docs.airnativeextensions.com/docs/packagemanager/installing-apps#settings

Replies: 3 comments 22 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
22 replies
@Jason0247
Comment options

@ajwfrost
Comment options

@Jason0247
Comment options

@marchbold
Comment options

Answer selected by Jason0247
@Jason0247
Comment options

@marchbold
Comment options

@Jason0247
Comment options

@marchbold
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants