You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the following information about your environment:
OS: Mac
Version: 1.17.0
Device(s): All
Description
The default ic_launcher.png icon is included in the ViroCore Android SDK which causes issues when building an .aab: Modules 'base' and 'feature_augmented_reality' contain entry 'res/mipmap-mdpi-v4/ic_launcher.png' with different content.. It is possible to get this removed from the SDK, I don't think it's of any use for an SDK.
Reproducible Demo
Add the ViroCore Android SDK as a dependency in a dynamic feature module and build the app bundle using ./gradlew bundleRelease.
The text was updated successfully, but these errors were encountered:
Environment
Please provide the following information about your environment:
Description
The default ic_launcher.png icon is included in the ViroCore Android SDK which causes issues when building an .aab:
Modules 'base' and 'feature_augmented_reality' contain entry 'res/mipmap-mdpi-v4/ic_launcher.png' with different content.
. It is possible to get this removed from the SDK, I don't think it's of any use for an SDK.Reproducible Demo
Add the ViroCore Android SDK as a dependency in a dynamic feature module and build the app bundle using
./gradlew bundleRelease
.The text was updated successfully, but these errors were encountered: