I am using this type of code to write in mainfest. In my new project extension works fine. But in my old project is is unable to write those values.
Is there anything wrong? Can any one explain please?
@UsesApplicationMetadata(metaDataElements={@com.google.appinventor.components.annotations.androidmanifest.MetaDataElement(name="ExampleName", value="ExampleValue"), @com.google.appinventor.components.annotations.androidmanifest.MetaDataElement(name="Example1", value="Example2")})