Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method com.google.android.gms.common.GooglePlayServicesUtil.zzh
  2.  
  3. <permission
  4. android:name="package.permission.MAPS_RECEIVE"
  5. android:protectionLevel="signature" />
  6.  
  7.  
  8.  
  9. <meta-data
  10. android:name="com.google.android.maps.v2.API_KEY"
  11. android:value="AIzaSyD0RF9KFHTW6CYNYoj5lFDkcPssb0VHxc4" />
  12. <meta-data
  13. android:name="com.google.android.gms.version"
  14. android:value="@integer/google_play_services_version" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement