Luis Elizondo
Luis Elizondo
I'm having the same problem it is adding 1 more day to the selection.
I'm having the same problem
Sure, this is the code I'm running ``` if(Ti.Platform.osname == "android") { // require AdMob // https://github.com/appcelerator-modules/ti.admob/issues/45 var Admob = require('ti.admob'); // then create an adMob view var adMobView =...
@ashcoding any help that you can provide will be much appreciated
@ashcoding These are the latests logs using SDK 5.3.1, Android tool-api-level 23 and ti.admob version 2.1.6 ``` [INFO] : dalvikvm: DexOpt: unable to optimize static field ref 0x1fc3 at 0x66...
No. I can't make it work with 2.1.5 either
No, it didn't work. I'm still getting the same error, which I think is because of: ``` [ERROR] : TiApplication: (main) [69,3700] Sending event: exception on thread: main msg:java.lang.NoClassDefFoundError: com.google.android.gms.internal.zzan;...
Latest, which I guess is 3.2.10 at the moment I'm writing this.
This is important since I'm sharing the redis service on two different test production to save a few bucks and I'm getting shared data between environments because apparently, this module...
I've been thinking about this for like 10 minutes because as you say, there are multiple scenarios. 1. --volumes-from is not used so no problem here. 2. --volumes-from is used...