Android Question Microsoft Surface

RTy

Member
Licensed User
Longtime User
Good evening,
Has anyone installed B4A on a Microsoft Surface Pro 6?
Best regards,
Thierry.
 

mangojack

Expert
Licensed User
Longtime User
Good evening,
Has anyone installed B4A on a Microsoft Surface Pro 6?
Best regards,
Thierry.

Yes. Works perfectly fine. (now updated to Win 11). I have had B4A & B4J installed for a few years now.

It will be my workstation for next 12 weeks while travelling.
 
Upvote 0

RTy

Member
Licensed User
Longtime User
Hello mangojack,
Thanks for your answer.
Can you make me a screenshot of the "Paths" and the "Manifest"?
I think that's where I have a problem.
I'm also on Win 11 with B4A v13.10 installed.
Thanks.
Best regards, Thierry.
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
Sorry , on the road and have other issues going on.

Here are shots requested ... Paths maybe but the manifest is a stock standard default manifest.

It would be better if you explained exactly the issues you are having ( Installing and running on your Surface Pro) so someone can help you better.


Paths.png



Manifest ....

B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
<supports-screens android:largeScreens="true" 
    android:normalScreens="true" 
    android:smallScreens="true" 
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.LightTheme)
'End of default text.
 
Upvote 0
Top