Ramesh Ravone
Ramesh Ravone
You need GodotSQL from github.com/FrogSquare/GodotSQL On Fri, Feb 15, 2019, 12:29 PM NovLe wrote: > Godot Version: latest > > ERROR: > > Task :compileDebugJavaWithJavac FAILED > {}/godot/modules/GodotGoogleService/frogutils/Utils.java:67: error: cannot...
By default if you add `GodotAds` to the modules directory `AdMob` from `FireBase` will be disabled. so you need to use `AdMob` and `AdColony` from `GodotAds` To include those into...
The problem is you didn't export the godot template properly, follow these steps http://docs.godotengine.org/en/3.0/getting_started/workflow/export/exporting_for_android.html On Mon, Feb 18, 2019, 12:07 AM NovLe wrote: > Hi, > I add Admob module,...
This line shows there is no godot library in the apk file 02-18 01:26:55.443 15725 15725 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.pafugamestudio.colorzmatching-1/base.apk"], nativeLibraryDirectories=[/data/app/com.pafugamestudio.colorzmatching-1/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libgodot_android.so" 02-18 01:26:55.443...
Look at the complete logcat for some error. and do this [#2045 (comment)](https://github.com/playgameservices/play-games-plugin-for-unity/issues/2045#issuecomment-350335234),
Thanks, I'll look into thing's and a PR would be nice,
Oops sorry, I forgot to remkve the `return False` from `can_build` function in `config.py` On Thu, Apr 11, 2019, 1:38 AM Yazir wrote: > I have set up linux compiling...
I think that is not the only error is it, does it has something like ``` The library com.google.android.gms:play-services-measurement-base is being requested by various other libraries at [ [16.0.5,16.0.5], [16.3.0,16.3.0]],...
I have no idea why this is happening, but if I want to guess, this is happening because of method overflow ( > 64k), but GodotGoogleService should not cause this,...
You can just remove the sql dep methods from `frogutils/Utils.java` inbetween `/**GodotSql**/` On Thu, Apr 11, 2019, 6:38 PM Yazir wrote: > Can I use this module alone without any...