In build.grandle
change
apply plugin: 'com.android.library'to
apply plugin: 'com.android.application'
Create an activity to call the library apiDeclare the activity in manifest file.
Declare all other required permissions in manifest
In build.grandle
change
apply plugin: 'com.android.library'to
apply plugin: 'com.android.application'
Create an activity to call the library apiDeclare the activity in manifest file.
Declare all other required permissions in manifest
0 coment�rios:
Post a Comment