Hi! I have a problem. I use the Apache Thrift Framework to develop a client-server application. The Thrift Framework generates the java code that I use in the client application. But Codename one does not support all the Java APIs, and the compiler indicates classes that can not be found. I also connected a jar file in which the generated client code was generated. The compiler did not issue messages, but the build server could not perform obfuscation. After that, I disabled proGuard in my project, and the build was completed. But Thrift Framework methods do not work. The program does not issue any exceptions. The program runs before the Thrift Framework method and does nothing any more, while the application does not stop Can you help solve this problem?
-- 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/dbe0496a-9ac9-4e5d-81d8-ced8394d9c5c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
