Antを使用してプロジェクトを構築しているときに、問題が発生したようです。QRコードスキャナーのAndroidライブラリのリソースと私のプロジェクトリソースが1つの.arscファイルにマージされていないようです。これが私のスクリプトの適切な部分の抜粋です。
<exec executable="${aapt}" failonerror="true">
<arg value="package" />
<arg value="-M" />
<arg path="AndroidManifest.xml" />
<arg value="-A" />
<arg path="assets" />
<arg value="-S" />
<arg path="./res" />
<arg value="-S" />
<arg path="../QRcode Scanner/res" />
<arg value="-I" />
<arg path="${android-platform-jar}" />
<arg value="-f" />
<arg value="-F" />
<arg value="${resources.file}" />
</exec>
私のコンソールエラーログは次のようになります:-
android-package-resources:
[echo] Packaging Android resources into C:\Praveen\Eclipse\eclipse-SDK-3.7.
1-win32-x86_64\workspace\HH3_Standard Mode Application/bin/resources.ap_ ...
[exec] C:\Praveen\Eclipse\eclipse-SDK-3.7.1-win32-x86_64\workspace\QRcode S
canner\res\values\colors.xml:18: error: Resource at contents_text appears in ove
rlay but not in the base package; use <add-resource> to add.
[exec] C:\Praveen\Eclipse\eclipse-SDK-3.7.1-win32-x86_64\workspace\QRcode S
canner\res\values\colors.xml:19: error: Resource at encode_view appears in overl
ay but not in the base package; use <add-resource> to add.
[exec] C:\Praveen\Eclipse\eclipse-SDK-3.7.1-win32-x86_64\workspace\QRcode S
canner\res\values\colors.xml:20: error: Resource at help_button_view appears in
overlay but not in the base package; use <add-resource> to add.
[exec] C:\Praveen\Eclipse\eclipse-SDK-3.7.1-win32-x86_64\workspace\QRcode S
canner\res\values\colors.xml:21: error: Resource at help_view appears in overlay
but not in the base package; use <add-resource> to add.
[exec] C:\Praveen\Eclipse\eclipse-SDK-3.7.1-win32-x86_64\workspace\QRcode S
canner\res\values\colors.xml:22: error: Resource at possible_result_points appea
rs in overlay but not in the base package; use <add-resource> to add.