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 |
Which kernel is used in android?
What information do you need before you begin coding an android app for a client?
What is aidl in Android?
0 Answers SkillGun Technologies,
Tell us what is ddms? Describe some of its capabilities?
Can you list and explain the four java classes related to using sensors on the android platform?
How to start another activity?
Is jelly bean a version of android os?
List the data types supported in aidl?
Why is list view not recommended to have active components?
Tell us how do you supply construction arguments into a fragment?
What is aapt (android asset packaging tool)?
What is array variable?