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
I'm having trouble creating my .aar library for Android because Gradle doesn't allow me to use a .aar to create another. Specifically, I'm trying to make a library that depends on the onnxruntime-genai[https://github.com/microsoft/onnxruntime-genai/releases/download/v0.6.0/onnxruntime-genai-android-0.6.0.aar], which is in .aar format. However, I couldn't find your library in any Maven repository, which forced me to use it as a local dependency.
Is it possible to create a new .aar that includes this dependency and can be distributed?
Or add a GitHub workflow to publish the package on Maven Central.
PS: I would be glad to contribute if you think it's useful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm having trouble creating my .aar library for Android because Gradle doesn't allow me to use a .aar to create another. Specifically, I'm trying to make a library that depends on the onnxruntime-genai[https://github.com/microsoft/onnxruntime-genai/releases/download/v0.6.0/onnxruntime-genai-android-0.6.0.aar], which is in .aar format. However, I couldn't find your library in any Maven repository, which forced me to use it as a local dependency.
Is it possible to create a new .aar that includes this dependency and can be distributed?
Or add a GitHub workflow to publish the package on Maven Central.
PS: I would be glad to contribute if you think it's useful.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions