When we remove android: in the activity defination

aapt reports error

     [aapt] F:\tejasoft\work\products\dialer\mobile\android\build\temp
\manifest\
AndroidManifest.xml:44: Tag <activity> missing required attribute
name.


The default name space should have been assumed to be same as tag name
space in this case we already defined for the root

<manifest xmlns:android="http://schemas.android.com/apk/res/android";
          package="com.tejasoft.dialer.android">

Regards,
Nagendra
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to