I want to use my project as a library on Android, so I want to make it aar... How can we do that?
android android-studio
First, go into the build.gradle of the project The plugin on the top is 'com.Change to 'android.library'. Then delete the applicationId of the defaultConfig.
If you look to the right of Android Studio, there's a tab called Gradle. Press that and press Excute Gradle Task.
There's a dialog called Run Gradle Task on the command line Type assemblyRelease and press OK.
This will show you that the build has been completed after the build process. If you go to the project folder and go to build/outputs/aar/, you will find a file named-release.aar.
918 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
621 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.