R RTy Member Licensed User Longtime User Feb 27, 2025 #1 Good evening, Has anyone installed B4A on a Microsoft Surface Pro 6? Best regards, Thierry.
mangojack Expert Licensed User Longtime User Feb 27, 2025 #2 RTy said: Good evening, Has anyone installed B4A on a Microsoft Surface Pro 6? Best regards, Thierry. Click to expand... 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 said: Good evening, Has anyone installed B4A on a Microsoft Surface Pro 6? Best regards, Thierry. Click to expand... 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.
R RTy Member Licensed User Longtime User Feb 28, 2025 #3 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
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.
mangojack Expert Licensed User Longtime User Mar 1, 2025 #4 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. 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
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. 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.