8 messages in com.googlegroups.android-beginnersRe: Error:unable to instantiate acvti...
FromSent OnAttachments
Analdin Judy26 Feb 2008 22:20 
Dan U.26 Feb 2008 22:51 
Analdin Judy26 Feb 2008 23:02 
Analdin Judy26 Feb 2008 23:08 
Dan U.26 Feb 2008 23:19 
Analdin Judy26 Feb 2008 23:29 
Dan U.26 Feb 2008 23:42 
Raul Bocter26 Feb 2008 23:54 
Subject:Re: Error:unable to instantiate acvtivity
From:Dan U. (dan.@gmail.com)
Date:02/26/2008 11:19:34 PM
List:com.googlegroups.android-beginners

Are you using the m3 sdk or the m5? I assume m3 from your manifest.

On Feb 26, 11:08 pm, "Analdin Judy" <j.@i-waves.com> wrote:

I am having in my manifest

<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"

package="IW.com.SecondArchitecture">

<application android:icon="@drawable/icon">

<activity class=".SecondArchitecture" android:label="@string/app_name">

<intent-filter>

<action android:value="android.intent.action.MAIN" />

<category android:value="android.intent.category.LAUNCHER" />

</intent-filter>

</activity>

</application>