Crosswalk - Inflating class & Cie
问题 I'm currently working with Crosswalk ( previously on Cordova ). But I encounter a problem : when i'm creating just a simple XWalkView, nothing works.. I mean, I followed all guides, try multiples ways and nothing . I'm working with CrossWalk 12.41.296.9 ARM. That way: public class MainActivity extends Activity { private static final String url = "file:///android_asset/www/index.html"; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);