Hi,
I have a question regarding PN544 (or PN532).
I am working on "AN11690 NXPNCI Android Porting Guidelines" and I get an error and ask for help.
Page 10, 3.2.1 Step 1: retrieving NXP-NCI NFC delivery
"$ wget https://raw.githubusercontent.com/NXPNFCLinux/nxpnfc_android_lollipop/master/nxpnfc_manifest.xml"
This will download the nxpnfc_manifest.xml file in the current directory.
Next, when you run this part
"& mv nxpnfc_manifest.xml {ANDROID_BUILD_TOP} /. repo / local_manifests/"
"&" syntax error occurred.
With the exception of "&"
"mv nxpnfc_manifest.xml {ANDROID_BUILD_TOP} /. Repo / local_manifests"
Error message "There is no such file or folder"
What is the problem?
Thank you in advance for your help.
Regards,
James
Hi James Ko,
If you have downloaded nxpnfc_manifest.xml, the problem might be there is no folder named as "{ANDROID_BUILD_TOP} /. Repo / local_manifests", Have you already setup your PC for Android build? If not, you might have to do it at first. Please kindly refer to Establishing a Build Environment | Android Open Source Project for details.
Hope that helps,
Have a great day,
Kan
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------