Are you still using ant builds for your Android builds? I.e. to you have android.gradle=false in your build hints?
On Mon, Jul 24, 2017 at 1:51 PM, Mario Barón <[email protected]> wrote: > Hi Steve, > > thanks for your quick reply. I've added the build hint as you mentioned, > but I'm still getting the same error (or at least it looks like it). I > attach to this reply the latest server error log. > > > On Monday, July 24, 2017 at 1:04:01 PM UTC-5, Steve Hannah wrote: >> >> Try adding android.multidex=true to build hints. >> >> (Your app has reached the max number of methods.... it needs to use >> multidex). >> >> Steve >> >> On Mon, Jul 24, 2017 at 7:18 AM, Mario Barón <[email protected]> wrote: >> >>> Hi guys, >>> >>> I'm getting an error when trying to build an Android app, it has nothing >>> out of the ordinary but the Facebook sdk for log in (by setting the app id >>> as a build hint) and the use of the parse4cn1 cn1lib. >>> >>> I attach the server log to this message for better understanding of the >>> problem. >>> >>> >>> Thanks in advance. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "CodenameOne Discussions" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> Visit this group at https://groups.google.com/grou >>> p/codenameone-discussions. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/codenameone-discussions/cdb7bf29-2482-4016-acec-edddde73 >>> f0b1%40googlegroups.com >>> <https://groups.google.com/d/msgid/codenameone-discussions/cdb7bf29-2482-4016-acec-edddde73f0b1%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Steve Hannah >> Software Developer >> Codename One >> http://www.codenameone.com >> > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/ > group/codenameone-discussions. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/codenameone-discussions/3acb2e86-4e35-4280-a95d- > 4cd14cc06696%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/3acb2e86-4e35-4280-a95d-4cd14cc06696%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKV_vjwwD_yadxWP-JV5pm1j2PExhEQOdJjAiZqPT6i2hQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
