ptgamr / cordova-google-play-game

Cordova Plugin For Google Play Game Service
35 stars 64 forks source link

error when compiling with admob plugin #12

Open vhk opened 9 years ago

vhk commented 9 years ago

after compilation i get following error : Error: more than one library with package name 'com.google.android.gms', because i have cordova-plugin-admobpro 2.8.3 also installed. How can i solve this?

regards, David

vhk commented 9 years ago

now i see that this issue was already handled before. solution : get rid of google-play-services-admob.jar But when to do that? an extra action has to be taken when compiling?

vhk commented 9 years ago

i solved the problem. In project.properties i removed following line

cordova.system.library.1=com.google.android.gms:play-services-ads:+

compilation with both plugins successfully