I use a custom app class and my Manifest looks like that:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.<package_path>" android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:name=".MyApplication">
Don't forget that your MyApplication class needs to extend class
Application.
R.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en