All the problem was solved already.
The original problem was caused by "@" at the beginning of the attribute,
which was not problem for old aapt, but new one is more strict. It is sad,
that AS itself don't handle it as error, so I miss it :-(
Second problem is caused by incompatible version of guava, workaround is
exclude one version, in my case in such way
classpath ('com.google.firebase:firebase-plugins:1.1.0') {
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.