I installed the cordova ionic structure and I used the command below to set up the crosswalk.
npm install ionic
ionic start my_app
cd my_app
ionic browser add crosswalk
ionic run android
When I ran the last command line
ion running android
Successful assembly of the project. But when it runs on Android emulator, I got this error
"unfortunately the application has stopped."
Any help would be greatly appreciated.
source
share