Hi, all. I built an App using Delphi XE5, at that time, it didn't support android development. Now, I upgrade my xe to update 2, but it seems I can't add android platform in project manager. When I check the provisioning, it shows 'iOS Device platform only ' . Is there any possible for me to run it on android platform? Or what settings shall I change? Thanks.

Comments

  1. Thank you! François, I gotta try.

    ReplyDelete
  2. Hi,François, that works, but there are some compatibility issues, I'ma check them out later.

    ReplyDelete
  3. Yiyang Zhang When you want to build an application compiling for both Windows and Android, you must pay attention to what you are using. Not everything is supported under Android. Of course you may not use Windows API.
    If you used a Windows feature for which exists a similar Android feature, then think about creating a class to encapsulate that and create two implémentations: one for Windows and one for Android.
    This encapsulation is what FireMonkey does for the user interface and many run time routines.

    ReplyDelete

Post a Comment