Error: No Java files found which extend CordovaActivity

When I execute ionic emulate android command, it prompt me the error message as below

ls: no such file or directory: D:\myApps\platforms\android\src\com\myapps\testapp\*.java

Error: No Java files found which extend CordovaActivity.

I don’t find “myapps” folder appear after D:\myApps\platforms\android\src\com\ as mention in the error message.

May I know anybody experience the same problem before? How to fix this issue?