Open FA72 opened 3 weeks ago
Hmm, I guess we'll need to add some sort of metadata that allows one to specify the filename like:
<AndroidMavenLibrary Include="com.facebook.react:react-android" Version="0.76.0" ArtifactFilename="react-android-0.76.0-release.aar" />
Android framework version
net9.0-android
Affected platform version
VS 2022 Preview v. 17.12.0 Preview 4.0
Description
Hello! I encountered an issue where, when loading certain .aar files from Maven, the version number also specifies a debug/release parameter. The easiest way to illustrate this is with a ReactNative library example. There, you have react-android-0.76.0-debug.aar and react-android-0.76.0-release.aar. With the current setup and using the line:
<AndroidMavenLibrary Include="com.facebook.react:react-android" Version ="0.76.0"/>
the following error occurs:Steps to Reproduce
Did you find any workaround?
No response
Relevant log output
No response