If you are using phonegap(cross-platform) and got same issue above, just remove the android platform using below command.
phonegap platform remove android
And add it again.
phonegap platform add android
Then problem solved for me.
If you are using phonegap(cross-platform) and got same issue above, just remove the android platform using below command.
phonegap platform remove android
And add it again.
phonegap platform add android
Then problem solved for me.