Cordova file plugin not working for android sdk 30 - android

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.

Related

com.xamarin.forms.platform.android does not exist

I just switched from IntelliJ to Xamarin and, man, am I regretting it. Can anyone help me with this error?
I have a Xamarin.Forms project with .NET standard sharing strategy. I'm receiving the error:
com.xamarin.forms.platform.android does not exist
followed by about 100 errors:
... cannot find symbol.
If I create a new project, the errors still occur.
Android manifest
Minimum version is Android 8.0 (API Level 26 -Oreo)
Target version is the same.
I have also tried each and both with Use Compile using SDK version.
Android SDK
Installed platforms are Android SDK Platform 27 and Android 8.0 - Oreo
Installed Tools are Android SDK 26.1.1 and 27.0.1.
Build tools are all from 26.0.0 to 27.0.3.
Emulator 27.1.7
NuGet - Solution
All packages updated.
Xamarin.Forms version v2.5.0.280555
Android Emulator Manager
Operating System is Android 8.0 - Oreo(API 26)
The only advice I can find is on SO ... and it is to check manifest versions. I'm at a loss now and am unable to work on any project, have lost three days trying to solve it ... and am very close to switching back to IntelliJ. Does anyone have any ideas?

which android studio version have Android 5.1 (API level 22)?

I have downloaded some projects of android apk to learn from it ..
i try to open it using the latest version of android studio (2.2.3) , but it's take too long time and then stop ,I looked for a solution to this problem and found that these applications were built on previous versions of the sdk So to solve this problem, I should use an earlier version of Android Studio, so I want to know what is the Android studio version which have Android 5.1 (API level 22).
You can have a single installation of Android Studio and all the SDKs you want to use (partially or fully installed)
You have to download the sdk via sdk manager download the latest sdk

App not installed Error for api above 21

I have problem with my application apk, can't install in devices that running android api above 21.
I'm using
Android Studio 2.2 , Gradle plugin 2.2.0 , BuildTools 24.0.2
tnx in advance
Maybe it's not Your case, but App not installed error occurs also when You are using several accounts in the same device and in one of accounts somehow older version of App You are trying to install, still exists.
Gradle plugin version 2.2.0 is not compatible with BuildTools 24.0.2 !
changing BuildTools to 23.0.2 fixed my problem!

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