I have a project (empty activity) created by android studio 0.8x, but when I insert (ctrl + v) some import statement, like the following
import android.app.Activity; import android.content.res.Resources; import android.graphics.drawable.TransitionDrawable; import android.os.Bundle; import android.widget.ImageView;
android studio will automatically roll back (ctrl + z) and only the default import statement will remain, so I cannot use any custom import statement now, what happens?
android android-studio
hkguile
source share