I have a simple Tax Calculator App which i wanted to share via email.
I have created an APK file and emailed to my gmail.
The purpose was to test whether the app will install.
It has failed with the error "there is a problem parsing the package".
I am able to install this app(apk file) using adb tool on the phone it fails to install when downloaded from gmail.
Any reason(s) why the downloaded file failed? I have enable install from unknown sources in the device settings.
Ronald