I have developed a web application in angular.I want to convert it into android application.
Whenever I run the command "cordova run browser" it is working fine but as soon as I run the command "cordova run android" it open up the emulator complied successfully but getting white blank screen.
I have changed target as es5 in tsconfig file but nothing get happens well.
I don't know where I am getting wrong.Kindly help to solve the issue.