我正在使用此代碼在eclipse中運行。 Search for Download the sample在eclipse中導入現有項目的錯誤
在eclipse中導入下載的項目後。我得到錯誤的
import android.animation.Animator;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
月食無法找到類Animation,ObjectAnimator and ValueAnimator
任何建議,將不勝感激。 謝謝
請幫我一把。 –
@Royston Pinto你能讓我知道從哪裏我可以得到上述類的corrosponding jar文件? –
這些是由android支持的有效庫,但只有API級別11及更高版本。您的項目是否在這個API下面? –