I have a prebuilt .aar file that has the activity I need the resources too.
I want to give this .aar to someone without Android Studio, so that they can build their own apk, essentially a Gradle script that only picks up this library and a manifest pointing to the activity in shipped by the .aar, but letting the person personalize the package name and the icon.
Is this possible? Will the person still need Android Studio to assemble this or is gradle enough?
In the future any assets that the app could need would be in an .obb file so even if the needs arrive, it's something that can easily be built without Android Studio and made available on Google Play
(I am ignoring the need for signing at this time)
question from:
https://stackoverflow.com/questions/65909573/building-apk-without-android-studio-using-prebuilt-aar 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…