7 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
2k
views
React Native upgrade targetSdk to Sdk 35
I have confusion
Currently I am working on React native project based on React Native v 0.73.9
Now that starting from August 31 2025:
New apps and app updates must target Android 15 (API level 35) or ...
1
vote
2
answers
391
views
Layout drawing behind status and navigation bars after upgrading target SDK from 34 to 35 in NativeScript app
I'm developing a NativeScript application and recently upgraded my target SDK from 34 to 35 (Android 15 Preview). After this change, I noticed that the app layout started drawing behind the status bar ...
0
votes
0
answers
56
views
Unexpected GATT Service Caching on Android 15 – Bug or Change in Behavior?
I'm encountering a GATT write error on some devices. It seems to be related to Android 15 (SDK 35), but I might be missing something.
The error occurs when I try to discover services — I'm searching ...
1
vote
0
answers
33
views
app installs with no issues using adb install cmd but when installing an internal test app on physical pixel msg says for older version of android
I am updating an old android app to target SDK 35 to remedy Google play policy issues in order to be able to continue making updates to the app.
I've gone through:
code -> inspect code
code -> ...
0
votes
1
answer
130
views
MockWebServer start on Android API 35 cause
I have an app on API 34 that runs MockWebServer for the tests.
Mockweberser is triggered only for tests that are mocked.
Mockweberser class inits on port 8080
class MockedkWebServer {
...
init {
...
10
votes
0
answers
1k
views
How to track down what is using Google Edge-to-Edge deprecated APIs or Parameters
I've updated multiple of my apps to try and support the new edge-to-edge requirements for Android 15. For some of the projects I get the following warning on Google:
Your app uses deprecated APIs or ...
3
votes
3
answers
2k
views
Toolbar menu get overlapped with Android 15 system icons
I used a toolbar in my Android application for years and never had a problem with it, but starting with Android 15 (API Level 35) my toolbar icons got overlayed with system Android icons on the top of ...