I want to use crosswalk
embed XWalkView
with aar library.
When I import the xwalk-core-library
project as a module for the main project my app is Executable.
But once I build the xwalk-core-library
project as aar library by maven and import by main project my app crashes. The log says Please have your activity extend XWalkActivity for shared mode
.
All I need XWalkView
with activity instead of XWalkActivity
.
I don't why this is happening? How to embed XWalkView
to my app in aar form without including XWalkActivity
?