Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
339 views
in Technique[技术] by (71.8m points)

Building .apk without Android Studio using prebuilt .aar

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...