Appium 1.4.0 unable to start the automation without providing the path to apk

My automation code worked in older version of appium, however, when I upgraded it to 1.4.0, it has thrown error when running my automation script. The below is the log. Please suggest.

info: [debug] Checking if has internet permission from manifest.

info: [debug] executing cmd: D:\Softwares\adt-bundle-windows-x86-20130522\sdk\build-tools\android-4.2.2\aapt.exe dump badging
warn: ERROR: no dump file specified

error: Failed to start an Appium session, err was: Error: hasInternetPermissionFromManifest failed. Error: Command failed: ERROR: no dump file specified

info: [debug] Cleaning up appium session
info: [debug] Error: hasInternetPermissionFromManifest failed. Error: Command failed: ERROR: no dump file specified

at C:\Program Files\Appium\node_modules\appium\node_modules\appium-adb\lib\adb.js:1664:19
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Process.ChildProcess._handle.onexit (child_process.js:810:5)

info: [debug] Responding to client with error: {“status”:33,“value”:{“message”:“A new session could not be created. (Original error: hasInternetPermissionFromManifest failed. Error: Command failed: ERROR: no dump file specified\r\n)”,“origValue”:“hasInternetPermissionFromManifest failed. Error: Command failed: ERROR: no dump file specified\r\n”},“sessionId”:null}
info: ← POST /wd/hub/session 500 2079.398 ms - 318

Thanks in Advance for the help.

Regards
Jnaneswar

Can you generate a new apk and try it again. I have faced this issue in the past.

I cannot generate a new apk for now. For the apk which I had the internetpermissionfrommanifest is enabled, so I could not understand why Appium is complaining about it.

My problem is still not rectified. I had a new apk but still appium could not start with the same error, info: [debug] Responding to client with error: {“status”:33,“value”:{“message”:“A new session could not be created. (Original error: hasInternetPermissionFromManifest failed. Error: Command failed: ERROR: no dump file specified\r\n)”,“origValue”:“hasInternetPermissionFromManifest failed. Error: Command failed: ERROR: no dump file specified\r\n”},“sessionId”:null}