We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i install ionic cordova plugin add cordova-plugin-cszbar
ionic cordova plugin add cordova-plugin-cszbar
and build ionic cordova build android --prod
ionic cordova build android --prod
this is my message error https://ibb.co/qrnRynp
my ionic info
Ionic: Ionic CLI : 6.18.2 (C:\Users\R\AppData\Roaming\npm\node_modules\@ionic\cli) Ionic Framework : @ionic/angular 6.4.1 @angular-devkit/build-angular : 15.0.4 @angular-devkit/schematics : 15.0.4 @angular/cli : 15.0.4 @ionic/angular-toolkit : 6.1.0 Cordova: Cordova CLI : 11.0.0 Cordova Platforms : android 10.1.2 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 15 other plugins) Utility: cordova-res : 0.15.4 native-run : 1.7.1 System: Android SDK Tools : 26.1.1 (C:\Users\R\AppData\Local\Android\Sdk) NodeJS : v18.12.1 (C:\Program Files\nodejs\node.exe) npm : 8.19.2 OS : Windows 10
The text was updated successfully, but these errors were encountered:
Just change your import:
import android.support.v4.app.ActivityCompat -> import androidx.core.app.ActivityCompat import android.support.v4.content.ContextCompat -> import androidx.core.content.ContextCompat
Sorry, something went wrong.
No branches or pull requests
when i install
ionic cordova plugin add cordova-plugin-cszbar
and build
ionic cordova build android --prod
this is my message error
https://ibb.co/qrnRynp
my ionic info
The text was updated successfully, but these errors were encountered: