2025-10-27 6:23 AM - edited 2025-10-28 2:49 AM
Hello,
I hope this is not a duplicate but I didn't find a similar issue.
I'm developing for my company an Android app using the STSW-ST25SDK001 - Software Development Kit for ST25 Tags and Dynamic Tags (https://www.st.com/en/embedded-software/stsw-st25sdk001.html).
To use your SDK i have to include two artifacts:
I see that the AAR includes an "application" tag in its AndroidManifest.xml, even if it's only a library and does not provide an Application class:
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true" >
</application>
This cause Gradle to complain and fail build with the following error:
2025-11-02 11:12 PM
hell @all any feedback on this?
2025-11-13 12:01 AM
Hi! I’ve encountered the same manifest declaration. It’s not critical, but a cleaner AAR without the application tag would definitely help. Following this discussion for updates.