Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Camera and files not works with targetSdkVersion 30 #156

Open
xpalacincreditoh opened this issue Nov 25, 2021 · 0 comments
Open

Camera and files not works with targetSdkVersion 30 #156

xpalacincreditoh opened this issue Nov 25, 2021 · 0 comments

Comments

@xpalacincreditoh
Copy link

Describe the bug
When i set in app.gradle the targetSdkVersion to 30 camera and files doesn't work only work gallery

To Reproduce
set in app.gradle the targetSdkVersion to 30 and upload image from camera or upload file from files

Expected behavior
No have errors with targetSdkVersion 30, because with targetSdkVersion 29 no can publish app in Google Play Store

NativeScript Info(please run tns info):
No display error

Sample Code(please provide minimum code to reproduce problem):
app.gradle:

android {
  compileSdkVersion 30
  defaultConfig {
    targetSdkVersion 30
    minSdkVersion 23
    generatedDensities = []
  }
  aaptOptions {
    additionalParameters "--no-version-vectors"
  }
}

Additional context
I try to publish my app with targetSdkVersion 29 and Google Play Store refuse this

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

No branches or pull requests

1 participant