Jump to content
Sign in to follow this  
pcplayer99

Windows subsystem for Android with Delphi

Recommended Posts

Delphi 10.4.2 CE;

Windows sybsystem for Android;

ADB connect 127.0.0.1:58526;

 

And then...

New a FMX porject, select target platform as Android 64, named it as: "test"

In Delphi IDE, I can see a Android device named: Subsystem for Android(TM);

Selected it, and the F9 run it, after build and package, finally I got a error message: "Your Android device does not support the selected target platform architecture.".

 

To check the project's folder, there is a test.apk file. I use ADB install test.apk and it successed. Then I can find my test program in Windows's startup menu, and can get it run well.

How to get Delphi IDE  install and debug with WSA ?

 

if I select target platform as Android 32, and use ADB install, it can install sucessed, but if I run it, it just show the default splash image.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×