I have successfully imported the pixate freestyle for Android and able to design my buttons.
I am experiencing a app crash problem once I use the following code
PixateFreestyle.init(this);
It works for the first time, and If I access any activity after using the above code it throws the following runtime exception :
Caused by: android.util.AndroidRuntimeException: requestFeature() must be called before adding content at com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:249)
If i remove the code PixateFreestyle.init(this); app is working fine and normal.
Kindly guide me If I am missing anything