java.io.IOException: Could not parse XML from android/accounts/annotations.xml
Anybody can help with the error above ?
- Stack Overflow "Attribute name x associated with an element type "item" must be followed by the ' = ' character"? Bookmark this question. Show activity on this post. Attribute name "Abarth" associated with an element type "item" must be followed by the ' = ' character.
To set context, in DynamoDB, AWS’s managed NoSQL (schema-less) service, the name of a table record is an Item and each field/column of that Item is called an Attribute. What I’ll explain here is how to add a new Attribute to an existing Item.
What I learned is that UpdateItem cannot add a map attribute to an attribute that doesn’t already exist. Another way of saying this, UpdateItem would not create a net new map, it expects an empty map to already exist. In my above example, there’s no way to use UpdateItem to create this:
I have faced the same issue and there is two way you can fix it :
1 - Cleaning the project - (worked for me)
2 - Checking the api-versions.xml
(in other case this should work)
Open your api-versions.xml
available on
C:\users\xxxx\AppData\Local\Android\sdk\platform-tools\api\api-versions.xml
and then change this:
<method name="<init>()V"/>
to this
<method name="<init()V"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With