react-native-xmpp icon indicating copy to clipboard operation
react-native-xmpp copied to clipboard

AAPT Error

Open javiertrejo opened this issue 6 years ago • 1 comments

When I try to compile a release version gradle returns this error:

AAPT: error: attribute 'package' in tag is not a valid Android package name: 'rnxmpp'

Using gradle version 4.4 and android gradle plugin 3.1.4

javiertrejo avatar Oct 18 '18 19:10 javiertrejo

simply change the package name to com.rnxmpp

LtotheWT avatar Oct 31 '18 07:10 LtotheWT