[codenameone-discussions] Re: Android Compile error (org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':transformClassesAndResourcesWithProguardForRelease'.)

2018-04-14 Thread Shai Almog
Hi,
it's hard to tell what changed there. It might have been a different build 
hint that triggered that or a different version of the cn1lib.

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/29c5738c-e9b0-4e1b-baca-0cba85ea4d54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android Compile error (org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':transformClassesAndResourcesWithProguardForRelease'.)

2018-04-14 Thread kandy
Hi Shai

I will try.

Is a Strange thing, because the AppsFlyer lib in another project compile ok to 
Android, and I did not put any additional hint.

Another idea?

Best Regards 

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/f39c3613-32a6-4c4c-8a4d-4a4ed1dc3e04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android Compile error (org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':transformClassesAndResourcesWithProguardForRelease'.)

2018-04-13 Thread Shai Almog
Hi,
the errors in Android are a bit higher than that specifically:

Warning: com.appsflyer.FirebaseInstanceIdListener: can't find superclass or 
interface com.google.firebase.iid.FirebaseInstanceIdService
Warning: com.appsflyer.b: can't find superclass or interface 
com.android.installreferrer.api.InstallReferrerStateListener
Warning: com.appsflyer.FirebaseInstanceIdListener: can't find referenced class 
com.google.firebase.iid.FirebaseInstanceId
Warning: com.appsflyer.FirebaseInstanceIdListener: can't find referenced class 
com.google.firebase.iid.FirebaseInstanceIdService
Warning: com.appsflyer.FirebaseInstanceIdListener: can't find referenced method 
'android.content.Context getApplicationContext()' in program class 
com.appsflyer.FirebaseInstanceIdListener

This is triggered by appsflier when we try to progurard the code. You can try 
adding the following build hint:

android.proguardKeep=-dontwarn com.appsflyer.*

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/08814f33-8731-48a5-b72f-a767625f18c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.