Android Project Can't Suddenly Resolve Methods For No Reason
I made a simon says project at home and brought the disk on key to school, when I opened it on the program in the school computer all of this my code is solid and it works but for some reason all of these baisc methods like the R symbol that is used in "R.id.etc" the "AppCompatActivity" that is used in the title of the activity calss is not resolved and the app in
import android.support.v7.app.AppCompatActivity;
is not resloves , is there an easy fix for this issue? I have tried cleaning and rebuilding the project but my knowledge of this ide doesn't extend beyond that, my project builds with no erros but it shows errors for no reason on the code page and says it cannot resolve symbols. I have run the project on my phone and the build ran fine with no erros and the code worked just like before, my android final project is due in a week and I want to keep working on it please help .
Answer
i solved it by using this solution from a different thread posted by "Nauraushaun"
Related Questions
- → How to update data attribute on Ajax complete
- → October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- → Octobercms Component Unique id (Twig & Javascript)
- → Passing a JS var from AJAX response to Twig
- → Laravel {!! Form::open() !!} doesn't work within AngularJS
- → DropzoneJS & Laravel - Output form validation errors
- → Import statement and Babel
- → Uncaught TypeError: Cannot read property '__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' of undefined
- → React-router: Passing props to children
- → ListView.DataSource looping data for React Native
- → Can't test submit handler in React component
- → React + Flux - How to avoid global variable
- → Webpack, React & Babel, not rendering DOM