aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
307 stars 97 forks source link

AAPT Error #110

Open javiertrejo opened 5 years ago

javiertrejo commented 5 years ago

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

LtotheWT commented 5 years ago

simply change the package name to com.rnxmpp