Results 3 comments of Akshar Patel

Same issue here too..

I solved this by renaming the import in InAppBrowserXwalk.java ``` import org.xwalk.core.internal.XWalkCookieManager ``` to ``` import org.xwalk.core.XWalkCookieManager ``` Can this break anything else in the plugin?