Develop native applications for Android
After we have created the native API application in MobileFirst Studio and added the second project from Eclipse IDE, you edit the application descriptor and client property files, and then copy the files to the appropriate project.
- Application Descriptor of Native API application for Android
The application descriptor is a metadata file used to define various aspects of the Native API application for Android.
- Client property file for Android
The wlclient.properties file defines the properties that the native app for Android requires to use the MobileFirst native API for Android.
- Copy files of Native API applications for Android
To copy the files in the Native API application for Android into the project that defines the native app for Android
- Extracting a public signing key from native apps
Copy the public signing key from the keystore to the application descriptor.
Parent topic: Develop native applications