zxingを統合するアプリを作成しています。私はこのサイトhttp://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/に従ってフォローしました。ドローアブルフォルダにエラーがあります。案内してください。
前もって感謝します。
zxingを統合するアプリを作成しています。私はこのサイトhttp://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/に従ってフォローしました。ドローアブルフォルダにエラーがあります。案内してください。
前もって感謝します。
density
Androidアプリ内で複数のサイズのサポートを実現するために分割しているため。
しかし、何もありません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/
削除してください。
詳細については、これらの構成修飾子をフォローアップしてください