Can you deploy executable JARs on Android? Which packaging is supported by Android?



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

Post New Answer

More Android OS Interview Questions

Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer.     Intent sendIntent = new Intent();     sendIntent.setAction(Intent.ACTION_SEND);     sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);     sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type     startActivity(sendIntent);

0 Answers  


Why do we use android?

0 Answers  


Explain the difference between oncreate() and onstart()?

0 Answers  


what is activity context?

0 Answers  


Does Android support Adobe Flash in the browser?

1 Answers  






How do I override a method in android?

0 Answers  


When you need to use mp3 file in android application, which folder you need to create and store mp3 file?

0 Answers  


Can I update my android version?

0 Answers  


Please explain what is a job scheduling?

0 Answers  


Describe some capabilities of ddms?

0 Answers  


What are disadvantages of android?

0 Answers  


When does anr occur?

0 Answers  


Categories