REQUEST XC730 crashing on android mobiles?

nebulahelix

New member
Joined
Jun 24, 2021
Messages
21
Awards
1
Offline
Good Afternoon,

is there some easy fix for apks that will load on sticks and shields fine but not on android mobile phones? they install but when you click open just crash?

thanks in advance
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,913
Awards
4
Offline
i suspect its the version of android that the phone is using ?
newer phones have later android versions sif so you will have to change the SDK
 

nebulahelix

New member
Joined
Jun 24, 2021
Messages
21
Awards
1
Offline
ah ok, i am running android 13? So does this just mean my apps wont work with android 13?
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,913
Awards
4
Offline
ah ok, i am running android 13? So does this just mean my apps wont work with android 13?
no it means you have to change the SDK of the app for it to work on android 13
also you need to be able to sign an app that has been editted for android 13
 

nebulahelix

New member
Joined
Jun 24, 2021
Messages
21
Awards
1
Offline
oh ok sounds good... is there any guide or help you could offer me to do this please?

And if i do this will they then still work on say android 11/12 etc?
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,913
Awards
4
Offline
what are the sdk version in the app you have atm ?
 

nebulahelix

New member
Joined
Jun 24, 2021
Messages
21
Awards
1
Offline
i am unsure how to find that... i have tried opening the apk with APK EDITOR STUDIO but i get an error trying to upack...

java: Process failed to start: The system cannot find the file specified.​
 

nebulahelix

New member
Joined
Jun 24, 2021
Messages
21
Awards
1
Offline
sorry ignore that sorted it with a Java update.

So the apk in studio shows this:

1697900966212.png
 

nebulahelix

New member
Joined
Jun 24, 2021
Messages
21
Awards
1
Offline
So i tried to change the TargetSKD to 33 (Android13) but when i open the app, although it does not open and lets me login ok, it will not ask me for permissions so therefore does not function correct?
 
Top