-
Notifications
You must be signed in to change notification settings - Fork 14
Step by step guide to create an Android application using PythonFMXBuilder
Priyatham edited this page May 28, 2022
·
6 revisions
- Install and setup the Android SDK using the following wiki guide: https://github.com/Embarcadero/PythonFMXBuilder/wiki/Android-SDK-guide
- Install and setup the Java JDK using the following wiki guide: https://github.com/Embarcadero/PythonFMXBuilder/wiki/Open-JDK-guide
Now the environment to build an Android application is set
- Press on the Project button here:
- It opens up a slider window from right to set up all the Project details.
- Set the name of your application in the Application Name and Package Name fields. In my case, observe the yellow highlight in the image:
Embarcadero Python-Dev Team