Hello to all,
with B4A 8.30 I create a new app, I don't add any line of code, and I compile it.
Time for to execute line "Convert byte code - optimized dex" is 8.00 sec.
Now I want to add "Firebase messaging", so go to page
https://www.b4x.com/android/forum/t...s-firebase-cloud-messaging-fcm.67716/#content
I follow the guide and, INCREDIBLE, it works !!
But now, when I compile the app, the line "Convert byte code - optimized dex" throws timeout
Well, I change MaxRamForDex = 2048, and I change IDE Timeout = 60 sec
I compile again and now it works, but the line needs 56 sec (too much time)
I think that I need to use #ExcludeClasses (like explaned in https://www.b4x.com/android/forum/threads/new-feature-three-birds-with-one-stone.63127/#content), but I don't know the exact command.
As explained I need to use ONLY FirebaseNotification
Thanks for the help
Sergio
with B4A 8.30 I create a new app, I don't add any line of code, and I compile it.
Time for to execute line "Convert byte code - optimized dex" is 8.00 sec.
Now I want to add "Firebase messaging", so go to page
https://www.b4x.com/android/forum/t...s-firebase-cloud-messaging-fcm.67716/#content
I follow the guide and, INCREDIBLE, it works !!
But now, when I compile the app, the line "Convert byte code - optimized dex" throws timeout
Well, I change MaxRamForDex = 2048, and I change IDE Timeout = 60 sec
I compile again and now it works, but the line needs 56 sec (too much time)
I think that I need to use #ExcludeClasses (like explaned in https://www.b4x.com/android/forum/threads/new-feature-three-birds-with-one-stone.63127/#content), but I don't know the exact command.
As explained I need to use ONLY FirebaseNotification
Thanks for the help
Sergio