Hi there,
Currently I noticed that weblayer project has been changed to WebEngine project, and I tried to run the shell apk on my android device. But the shell apk crashed without any crash info (no stacktrace), here is what I did:
1) run command: autoninja -C out/Default run_webengine_shell,
then I got 3 apks in out/Default/apks.
2) for I built the source code on a cloud dev machine, so I can't run command out/Default/bin/run_webengine_shell on dev machine because no android device attached to it. Then I tried to download the 3 apks and install them all, afater that, I clicked to launch the WEShellSandbox.apk, but it crashed without any crash info (no stacktrace) in logcat.
Would you please help me get through this problem? Did I do it the wrong way?
Thanks a lot.