Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android studio 1.0 Library projects cannot set applicationId. applicationId is set to '' in default config

I set the "applicationId aviarySdkPackageName" in Aviary's build.gradle. I updated the android studio and it shows error: Library projects cannot set applicationId. applicationId is set to '' in default config. But after I removed this line, there are many errors in Aviary. Do you know what should I do ?

like image 964
Thinsky Avatar asked Nov 29 '22 23:11

Thinsky


1 Answers

Try to remove the applicationId parameter from the defaultConfig in your library's build.gradle files.

That should work

like image 158
Pablo Johnson Avatar answered Dec 04 '22 13:12

Pablo Johnson