Android app size continues to increase after adding Adview

506 views Asked by At

My App consists of a main ViewPager Fragment and an Adview which is inserted on main FragmentActivity layout. (I use Google Play Services for the ad.)

The weird problem is that just after adding Adview, upon each switch between different FragmentActivities, the App size (Settings> Apps >App info> STORAGE> Data) increases by about 100kB.

To be sure about all other interferring reasons I already disabled SQLite database and SharedPrefrences, but I still have the same problem.

Could you please help me about this?

0

There are 0 answers