我真的試圖使用coverflow,這讓我非常沮喪。我不知道從哪裏開始,但我試圖用我的一些知識來解釋。但我在這裏遇到了一個很大的障礙。 儘管我的images1〜6是png,但它說圖像無法解析。當我刪除導入android.R並重新輸入類似於導入at.hellohello.samples.R時,它有一個紅色的下劃線。當導入部分沒有任何內容時,我點擊了命令+ shift + o,自動出現了android.R。我在這個階段,1周stucked ...如何在android中解決圖像(android.R)問題和R.styleable?
package at.hellohello.samples;
import android.R;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
public class FancyCoverFlowSampleAdapter extends FancyCoverFlowAdapter {
// =============================================================================
// Private members
// =============================================================================
private int[] images = {R.drawable.image1, R.drawable.image2, R.drawable.image3, R.drawable.image4, R.drawable.image5, R.drawable.image6,};
..
請幫我
而在其他代碼,R.styleable不能得到解決。我真的想知道它是什麼,解決:( 我期待着聽到任何意見
非常感謝。我遵循你的指示,所有R相關問題都沒有了! :) – 2014-10-18 04:18:13