Questions tagged [android-api-31]

45 questions
1
vote
2 answers

Can't build a build on AndroidSDK API 31 level Unity version 2019.4.31f1

connoisseurs! Please be understanding of my post, as I will probably ask trivial things, but I am a newbie and cannot solve this problem( A problem here is what - I have in the project, such libraries as - FacebookSDK-11, appflayer-6.3.5,…
1
vote
1 answer

How can I use dynamic colors in SplashScreen api an android 12?

I'm trying to make the background of an android 12 splash screen use @android:color/system_neutral1_900 as the background, but as I can see, the color loads only after the splash screen. Is there any way to use it on the splash screen?
1
vote
0 answers

Problems configuring the Tranxit driver app

Well, I have a project developed in java and I want to emulate it using android stdio. I did all the firebase settings, downloaded the google-services.json file, configured the build.gradle file with the application id. I'm using API 31 to emulate…
1
vote
1 answer

None of the virtual devices in android studio offer api 31, how can i run my code if i selected the api as >=31?

I selected the API for my android studio app to be 31 or higher to be able to use the jetpack plug-ins, but none of the virtual device configuration phones have this API, so I can't run my code. How can I go around this? Thank you!
1
vote
0 answers

Android 12 - Opening a https intent causes app to restart activity and then launches browser

I'm seeing a strange behaviour only happening on android 12 devices. In a Fragment of the app we tap to open a link in the browser like this: Intent(Intent.ACTION_VIEW, Uri.parse(link)) and then startActivity(intent) The link is to our own website…
luislukas
  • 31
  • 2
1
vote
1 answer

Android 11 - CallRedirectionService not getting triggered

We need to invoke a service when an outgoing call is placed so that we can use the target number to show certain additional information. As per Android documentation, CallRedirectionService should be used. However, after declaring a custom service…
Krishnan V S
  • 1,124
  • 1
  • 13
  • 31
1
vote
3 answers

AndroidManifest error: android:exported needs to be explicitly specified for

When I changed the target and compile SDK version from 30 to 31 I get an error. Something similar to this question, but it has no answers. Error: android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are…
Sunbey13
  • 339
  • 4
  • 12
1
vote
0 answers

Android 12 API 31, weird behavior on app starup, seeing full screen centered launcher icon instead of splash

When running few apps that I am currently working on, on latest android version (API31) saw weird behaviour, instead of seeing splash screen (how it worked on all older api's) seeing single coloured full screen background, with centered launcher…
Antonis Radz
  • 3,036
  • 1
  • 16
  • 34
0
votes
0 answers

I face an error when try to open build view

Failed to apply plugin class 'org.gradle.plugins.ide.idea.IdeaPlugin'. Cannot run Project.afterEvaluate(Action) when the project is already evaluated. I am New to android programming and i face this error when try to open build view i serach about…
0
votes
0 answers

Error in using Fast Android Networking API in project

I have been working on a project and using the fast android networking api. I have added the below dependency - ( implementation 'com.amitshekhar.android:android-networking:1.0.2') in the gradle module file and also added the internet permission in…
0
votes
0 answers

network_security_config file causing issues in react native app

I have RN app (0.62.2) and now try to run in my Macbook Pro 2019 (Ventura 13). I have file network_security_config and when I mention it in androidManifest.xml file android:networkSecurityConfig="@xml/network_security_config" I am getting error in…
Umer Nasar
  • 11
  • 4
0
votes
0 answers

API 31 introduces fontWeightAdjustment , what to be used before that?

I am working on a game on Unity and for that I have to detect if system default font boldness is enabled in accessibility or not. For checking that I am using fontWeightAdjustment like this Configuration config =…
sanmeet
  • 200
  • 2
  • 13
0
votes
1 answer

Should I lose support for so many devices when targeting API 31 for Android?

I last updated the Android app I work on in June, and now it says that I need to target API version 31. After doing so (via Unity), my new release says I'll lose support for 80-90% of devices. That seems pretty extreme, so I just wanted to confirm…
Wesley May
  • 313
  • 2
  • 13
0
votes
0 answers

Migrating to API31 and com.google.android.gms.internal.zzbej not found error

After hours of trying and analyzing I gave up :( I'm in the process of updating my Google Play app, so I was forced to switch to API31, and this is where the problem started. I changed targetSdkVersion and compileSdkVersion to 31, the app of course…
0
votes
0 answers

$.ajax POST returning “status”:403,“ with cordova android@9.1.0 and Android Target API level to 31

I am working on a product and developing Cordova android application. $.ajax/fetch POST returning “status”:403,“statusText”:“Forbidden” cordova android@9.1.0 when i target it to Android Target API level to 31, But the previous build is working on…