Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

tag activity missing required attribute name

Hello all,

So after a full rebuild of my program, I got this message when running android

Tag <activity> missing required attribute name
Error generating R.java from manifest

Here is the android part my tiapp.xml

<android xmlns:android="http://schemas.android.com/apk/res/android" android:name=".ti.modules.titanium.ui.TiTabActivity">
  <manifest>
    <application>
      <activity android:name=".ti.modules.titanium.ui.TiTabActivity"></activity>
    </application>
  </manifest>
</android>

Thanks for any help

— asked December 1st 2011 by Elijah Mirecki
  • android
  • androidmanifest.xml
  • r.java
  • tiapp.xml
0 Comments

1 Answer

  • bump

    — answered December 5th 2011 by Elijah Mirecki
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.