you know what, after adding this line to the config xml phonegap can build the apk successfully.
<plugin name="cordova-plugin-ad-admob" spec="1.0.112" />
However, the resulting apk fails to work in emulator and in actual android phone. When I remove the admob object from the project then everything is ok.............