Android Studio, Cannot import anything -


i have no idea going on. i'm using android studio , i've created new blank project.

i type import , thing shows in annotation if try edit existing 4 imports, turns red , switches 4.

 import android.os.bundle; import android.support.v7.app.actionbaractivity; import android.view.menu; import android.view.menuitem; 

i have no clue whats going on.

enter image description here

you've provided little information, guess ide not locating android sdk.

please make sure configured correctly. if is, suggest either providing more information (did environment ever work properly? changes?), or reinstall ide.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -