I resolved them and finally the build process worked. So, two things:
I think the problems with symbolic links should be solved.
I know this plugin rely in ShortcutBadger to work on Android. I tested the produced APK in my smartphone and the badge is not shown, but the test app for ShortcutBadger works very well.
Hello everyone,
First of all, thanks @katzer for your great help with this plugins!
I'm trying to build the Sample App I cloned as suggested:
git clone -b example https://github.com/katzer/cordova-plugin-badge.git
The first problem is the plugin is a symbolic link to a folder in Sebastian's file system:
So I removed the symbolic link and installed the plugin as suggested:
cordova plugin add https://github.com/katzer/cordova-plugin-badge.git
After that I found out other problems with symbolic links for this files:
I resolved them and finally the build process worked. So, two things:
I'm attaching the console output and the APK file. problem-building-sample-app.txt android-debug.zip
Thanks in advance for any reply!