Wikitude is not working after applying proguard. There is no error in log. If I remove proguard then it works fine.
Please try:
-keep class com.wikitude.** { *; }
Find more details at the proguard website.