Observed package id 'add-ons;addon-google_apis-google-19' in inconsistent location

后端 未结 1 1463
终归单人心
终归单人心 2020-12-18 23:13

Today I wanted to generate an APK from my app but i got the following error:

Observed package id \'add-ons;addon-google_apis-google-19\' in inconsistent loca

相关标签:
1条回答
  • 2020-12-18 23:43

    This is caused by upgrading SDK which has some changes in package names. Since this is just a warning, it could safely be ignored.

    Anyway, to remove the warning,remove all Android SDK Build Tools 19.x. It should only show Android SDK Buld Tools 19.1 afterward. Install that version back, and you should be good to go.

    Source: https://code.google.com/p/android/issues/detail?id=199518

    0 讨论(0)
提交回复
热议问题