ya resolvi mi problema con admod esto fue lo que hice tal vez a ustedes le funcione
Thanks to the fantastic help from Playlight !, the issues are fixed! Here are some highlights for people with the same problem:
- the google extensions had to be re-installed several times, the connection with the marketplace might be the problem
- delete extensions, clean the cache, save project, close GM, open project and import the extension again, helps a lot
- google mobile ads are now part of the GooglePlayServicesExtension, dont know if the stand-alone also works
- the gradle depencies for GooglepPlayserviceExtension looks something like this:
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'org.jbundle.util.osgi.wrapped:eek:rg.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
- make sure you have the same build version number(in this case 24.2.1) in the gradle, as in the global game setting / android
The lint code analysis has no fatal errors anymore and can be ticked to run, in the global game settings.
And the min SDK is now possible from 9, so i'm very happy!
Thanks to the fantastic help from Playlight !, the issues are fixed! Here are some highlights for people with the same problem:
- the google extensions had to be re-installed several times, the connection with the marketplace might be the problem
- delete extensions, clean the cache, save project, close GM, open project and import the extension again, helps a lot
- google mobile ads are now part of the GooglePlayServicesExtension, dont know if the stand-alone also works
- the gradle depencies for GooglepPlayserviceExtension looks something like this:
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'org.jbundle.util.osgi.wrapped:eek:rg.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
- make sure you have the same build version number(in this case 24.2.1) in the gradle, as in the global game setting / android
The lint code analysis has no fatal errors anymore and can be ticked to run, in the global game settings.
And the min SDK is now possible from 9, so i'm very happy!