Android Studio errors -


i new android studio , finding interesting compared eclipse. when run application runs, after , when starting android studio again, has errors of classes imported. says cannot recognize objects.

as follows:

import android.os.bundle; import android.view.menu; import android.view.menuitem;  //bundle, menu , menuitem underlined indication of error  import com.android.volley.*; //volley imports shows correctly   public class mainactivity extends actionbaractivity {      requestqueue queue;     request request; 

yet when rebuild following message:

information:gradle tasks [clean, :app:compiledebugsources, :app:compiledebugandroidtestsources] :app:clean :app:prebuild up-to-date :app:predebugbuild up-to-date :app:checkdebugmanifest :app:prereleasebuild up-to-date :app:preparecomandroidsupportappcompatv72211library :app:preparecomandroidsupportsupportv42211library :app:preparedebugdependencies 

you should copy/paste of import code comment. also, might want post build.gradle file (but sounds may have syntax error in imports).

/sorry post answer don't have rep comment


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -