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>