Its a good news for UI5 Developers that, the developed application can be deployed in their own Android Mobile.
Below are the steps needed to be followed.
1. Install the node.js server to your machine.
2. Then move to your command prompt and type npm install -g cordova
3. We need to create an cordova application, to do so type cordova create YourAppName
4. Move to the application you created just now and type cordova platform add android
5. Copy your UI5 Application and replace it in your Cordova Application(platforms -> android -> assets -> www)
6. Go back to cmd and type cordova build.
7. Your apk file will be generated. Copy the apk place in your mobile and install it.
Your can view your application.
To know more info about cordova click here