If I set the assembly name to, for example, Arden.MyApplication then when I deploy, the .apk file produced is named Arden.MyApplication.apk, which is good.
However, if I set the assembly name to simply MyApplication, then when I deploy, the .apk file produced is named MyApplication.MyApplication.apk, not good. I expected it to be simply MyApplication.apk.
Can someone please explain the .apk naming process and why this is happening?
Thanks,
Arden.