MCQs > IT & Programming > Android Game Development MCQs > Basic Android Game Development MCQs

Basic Android Game Development MCQ

1. Suppose you are developing an Android game using eclipse. If you want to change the version number of your game, which file should you edit to do so?

Answer

Correct Answer:

AndroidManifest.xml 


Note: This Question is unanswered, help us to find answer for this one

2. Which of the following code lines is needed to be added in Android manifest file (in eclipse),outside of the block, for retrieving a vibrator that interacts with the vibration hardware?