Android studio not updating classes?

Hi!

I am using android studio and I had the standard four files in my classes folder but now I have replaced them and some other files too to the "classes " folder. Therefore recompiled my project for android studio.

But whenever I build and run it from android studio it is still using the old files even when they are replaced?

The newly “classes” folder setup and I have compiled in cmd:


But the output is still from the old files?

Why?

Update: Now I think the question is, How to import classes to android studio? Uh same thing for eclipse, please how do you Guys import files into android studio??


Thanks!

Did you update your Android.mk file to account for the new files?

1 Like