0

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 :)

Community
  • 1
  • 1
Awatatah
  • 455
  • 1
  • 5
  • 19

2 Answers2

2

One option would be clearing the data from your application:

go to "Settings" and look for the "Application Manager", apply the "Clear data" option.

enter image description here

Jorgesys
  • 124,308
  • 23
  • 334
  • 268
  • 1
    Thanks Elenasys! I didn't know it actually would show in the Application Manager because I didn't "actually" install it. Good to know! did exactly what I needed. – Awatatah Jan 28 '15 at 01:11
1

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.

mthandr
  • 3,062
  • 2
  • 23
  • 33