How to use aar file manually and properly?
I’ve read How can I build an Android apk without Gradle on the command line? and How to compile an Android app with aapt2 without using any build tools?, but both answers don’t seem to align with my goal (tried to use aar file to build android application that have external dependency manually for the sake of learning and understanding how these android build tool works internally).
How to use aar file manually and properly?
I’ve read How can I build an Android apk without Gradle on the command line? and How to compile an Android app with aapt2 without using any build tools?, but both answers don’t seem to align with my goal (tried to use aar file to build android application that have external dependency manually for the sake of learning and understanding how these android build tool works internally).