Can you deploy executable JARs on Android? Which packaging is supported by Android?
Answer / mady
No. Android platform does not support JAR deployments. Applications are packed into Android Package (.apk) using Android Asset Packaging Tool (aapt) and then deployed on to Android platform. Google provides Android Development Tools for Eclipse that can be used to generate Android Package.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is main/jni/ directory?
What is the use of intent in android?
What is a android service?
Do we need to declare all of controller in app.js with sencha touch?
How to select more than one option from list in android xml file? Give an example.
What is gcm (google cloud messaging)?
What are Native Android Actions?
What is Orientation?
How do I manually update my android os on my tablet?
Why can't you run java byte code on android?
How do you find memory leaks in the mobile app on android platform?
Explain me three common use cases for using an intent?