Hi,
Firstly thank you for creating this wonderful widget.
I have been using it in my latest project.
However there is a problem. It works fine in Debug.apk.
But, asap I created a Release.apk it did not render the dialog box Body part with the datepicker.
It came absolutely empty.
I understand the compiler shrinks the code and remove all unwanted/unused stuffs when creating Release.apk.
The debug file was about 50MB, but Release was 20MB.
How do I force compiler to include everything just like in Debug?
It's NOT an issue. I was trying to customize it and basically messed up the ParentWidget hierarchy stuff. Removed the Extra Container I introduced and it's back to how it was :D
Hi, Firstly thank you for creating this wonderful widget. I have been using it in my latest project.
However there is a problem. It works fine in Debug.apk. But, asap I created a Release.apk it did not render the dialog box Body part with the datepicker. It came absolutely empty.
I understand the compiler shrinks the code and remove all unwanted/unused stuffs when creating Release.apk. The debug file was about 50MB, but Release was 20MB.
How do I force compiler to include everything just like in Debug?
Thanks in advance.