I just started creating mobile apps using Cordova with an Ionic framework, and everything works fine except for this:
adb install -r platforms / android / ant-build / CordovaApp-debug.apk
. I get the following:
3086 KB / s (3489699 bytes in 1.104s)
pkg: /data/local/tmp/CordovaApp-debug.apk
Success
rm failed for -f, No such file or directory And I guess why I have problems when I use adb logcat.
It is worth noting that I set βeverythingβ up (android, java, git, ant and nodejs) in my environment variables, and I can create my applications and run them on my Samsung Galaxy S3.
Hi,
source share