Create a project
File->new->new module->android Library




create a class , and modify string.xml for testing


之後打開gradle

assemble then it will create 2 aar

Create a new project>change to project view, insert the aar file to app>libs folder

and change the gradle(apps)

try to execute the apps

Comment feed