Reputation: 474
I have dialogs that pop up on first run of the app. Since I added the booleans to set to false after first run, evertime i run the emulater (directed to actual phone not virtual) the app runs fine but those dialogs don't show. What do I do?
this link: [How to clean project cache in Intellij idea like Eclipse's clean?
Says to File -> Invalidate caches. Is this correct? While this not harm my project?
I'm a novice, take it easy :)
Upvotes: 0
Views: 732
Reputation: 126475
One option would be clearing the data from your application:
go to "Settings" and look for the "Application Manager", apply the "Clear data" option.
Upvotes: 2
Reputation: 3061
Clear the settings in the Applications menu in the Android Settings. In the application you have options to clear the cache and any data the application might have saved, like your booleans.
Upvotes: 1