I'm using google service gradle
compile 'com.google.android.gms:play-services:8.1.0'
=> Bitmap bitmap = BitmapFactory.decodeFile(imagePath); // return bitmap
when i upgrade it to
compile 'com.google.android.gms:play-services-ads:8.4.0'
=> Bitmap bitmap = BitmapFactory.decodeFile(imagePath); // return null ??!!
Why was that happen ? and what is the solution ?