1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="PACKAGE" 4 android:versionCode="1" 5 android:versionName="1.0"> 6 <application android:icon="@drawable/icon" android:label="APPLICATION_NAME"> 7ACTIVITIES 8TEST-USES-LIBRARY 9 </application> 10USES-SDK 11TEST-INSTRUMENTATION 12</manifest> 13