Well, I've been trying to customize a ListView in my project, I've finished and everything was fine. But there was an API error stating that the minimum API I used was too low. I used the eclipse fix option without knowing if it was official, the error disappeared and then I tried to run the APK. Unfortunately it did not open and the system reported that the application stopped.
I thought the API error was responsible for this. I tried to create another project with a higher minimum API, but when copying the code several errors appeared. The GETs I used in one of the classes stopped working for no apparent reason. I am having an error in ActionBarActivity in another class. When importing, it gets the yellow scratch underneath and stops working, as does the import of it. If I remove the import, it will turn red. Also, and I'm not sure what the reason is. It follows the screenshots of those of the classes that present errors.