It makes no sense why these would be correlated. The correct solution is to do a clean and rebuild.
You won't lose any classes that you have written.. kris On Thu, Sep 6, 2012 at 9:41 AM, Guilherme Bernardi <[email protected]> wrote: > Hello everyone. > > My application is separated by package's (Activity, Connection, Attributes, > Engine) and their respective classes. > > In whole application I import the necessary package's and attributes class > like this: > import dataplus.application.attributes.Cliente; > > and use the objects: > Cliente cliente = new Cliente(); > > Today I did the internet validating, and I edit my Manifest put the > permission above and save: > > <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> > > Thereafter all the imports and objects be: > The import dataplus.application.attributes.Cliente cannot be resolved > > I searched and people suggest do Project > Clean... at Eclipse, but some > people said that when do that they lost their classes. So I prefer ask > first. > > How do I fix this? > > This is a eclipse problem? coding problem? or what? > > Thanks in advance. > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

