> Hello,
> Whenever I upload my phone to phone gap it return with a parsing error when I try to run it on my phone.
>
> I have Signed the APK, and my phone is enabled to allow unknown sources to install APk's.
>
> I have absolutely no clue with as to what to do.
> Thanks,
> Ian
>
Yes, I had this problem. Since Phonegap automatically generate "X86 APK" and most android phones use "ARM APK" it kind of a big problem. Any how, What you need to do is add this line of code to your Config.xml file:
<plugin name="cordova-build-architecture" spec="https://github.com/MBuchalik/cordova-build-architecture.git#v1.0.1" source="git" />[/code:1v3sevg0]
then zip the files, and re-upload it to phonegap. I hope this solve your problem.
Good Luck.
Many thanks for your tutorials ('_;)
I added the line of code to the xml file, but it showed me the same parsing problem.
Any thoughts on how to fix this?