Camera not working when Target SDK 33 - Ionic 3 - android

I’m using Ionic 3 Angular for building my version for Android 13. After changing tagetsdk version from 32 to 33, the camera plugin stopped working.
Anyone please help me on this.
Thanks

Related

Android build is failing when updates to compileSDKVersion and targetSDKVersion

I have faced a problem in making an android build was working perfectly since the last 5 months but my Bitrise workflow is failing when I update compileSDKVersion and targetSDKVersion can you please help me are how to solve this issue
Previous
compileSdkVersion : 30
targetSdkVersion : 30
Work perfectly
Currently
compileSdkVersion : 31
targetSdkVersion : 31
Can’t work perfectly
Screen-short
[1]: https://i.stack.imgur.com/80ewD.png
Note:- My project is built in React Native framework, On my local system this project works perfectly and successfully created android build
System Specification:-
OS:- Monterey
RAM:- 16 GB
JDK Version:- 11.0.15
React native version:- 0.65.1
Updating just the SDK versions like that will cause problems because other pieces of React Native might be tied to it. You have to upgrade React Native to the latest version (or whichever version that supports SDK 31).
Undo your changes and upgrade using React Native CLI's upgrade command.
npx react-native upgrade
You can read more about it here.

Cordova file plugin not working for android sdk 30

I have an app with Cordova 8.1.2. Everything was working until i upgrade Cordova 10 and android sdk version to 30. After upgradation reading external file system not working in android for api 30.
Can you please help me out on this.
Thanks in advance.
you will have to change back to Android 9 (sdk 28) check if it is running fine then upgrade back to sdk 30. probably you encountered some error along the line.

Package Xamarin.Android.Support.v4 25.4.0.2 supports: monoandroid70 (MonoAndroid,Version=v7.0)

I have Visual Studio 2017 Full Package.
I am using Xamarin for making android app but I have an error when I making blank page
see photo
What error is it?
How to solve it?
I want to run my android app with minSdk 23 (Android 6.0)

Cordova error while building android using CLI

I am struggling through the cordova more than a week as i new to it.
I have added android platform and i am facing the following issue while building that android environment:
P.S.
Cordova - 6.0.0
Android SDKs - API 19 to API 23
Windows 8
Please help me as soon as possible.

phonegap 2.6 and android API 2.2

I'm started with a new phonegap application and I want to use the 2.2 Android API.
I've got error even in the initial project.
I can resolve these problems using a major version of the API (4.x).
Is there a way to build application with PhoneGap 2.6 for android API 2.2?
maybe I do somenthing wrong in the
./create <p1> <p2> <p3>
project.
using oracle-jdk7U21 and android-sdk-linux
the ANDROID_BIN is set to
android-sdk-linux/tools/android
EDIT and SOLVED
It's everything fine for compatibility build with Android API 16 and using a device that support API 8.
so i figured out it's ok using the android sdk 4.x and run on device with andorid 2.2 (until now)
for downloading android sdk follow the link Android
and for phonegap eclipse

Categories

Resources