I created an app for one of my relatives, not published on play store. It was working fine on android 15. Now they bought new Samsung with Android16. The app stated not working. The UI pops-up and struck, after some seconds, it pops-up with close app or wait.
What I should to to make the app work?
Sunil_Sharma_Patlamane:
Android16
Whats the core of the app?
Android can restrict app due to its functions not SDK. Can you explain what your app is about, may be a workaround if explain more
RaYzZz
(Gianluca Franco)
October 27, 2025, 7:47am
3
Hi Sunil,
Try using Logcat to understand whatβs causing the problem.
ADB is a command-line utility that that can be used to control your device over USB from a computer. It will allow you to install / uninstall and or view logs on your device. This could be very handy when there are issues with a specific app and...
Reading time: 1 mins π
Likes: 20 β€
1 Like
Thank You @Ibrahim_Jamar
I am doing a Panchanga, a Hindu calendar like I show here.
Which has some labels, dropdowns, and some extensions. When the app is opened, I see the image like I showed, but no drop down or button will work.
Thank you, I will check this