-4

zxingを統合するアプリを作成しています。私はこのサイトhttp://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/に従ってフォローしました。ドローアブルフォルダにエラーがあります。案内してください。

前もって感謝します。ここに画像の説明を入力してください

4

1 に答える 1

0

densityAndroidアプリ内で複数のサイズのサポートを実現するために分割しているため。

しかし、何もありませんxxhdpi

ldpi    Resources for low-density (ldpi) screens (~120dpi).
mdpi    Resources for medium-density (mdpi) screens (~160dpi). (This is the baseline density.)
hdpi    Resources for high-density (hdpi) screens (~240dpi).
xhdpi   Resources for extra high-density (xhdpi) screens (~320dpi).
nodpi   Resources for all densities. These are density-independent resources. 
tvdpi   Resources for screens somewhere between mdpi and hdpi; approximately 213dpi. This is not considered a "primary" density group. It is mostly intended for televisions and most apps shouldn't need it—providing mdpi and hdpi resources is sufficient for most apps and the system will scale them as appropriate.

プロジェクトdrawable-xxhdpi内の必要はありません。res/削除してください。

詳細については、これらの構成修飾子をフォローアップしてください

于 2013-01-22T15:11:54.533 に答える