failed to find target with hash string android-23

后端 未结 20 2965
梦如初夏
梦如初夏 2020-12-02 16:18

When trying to build OpenStreetMapView from git://github.com/osmdroid/osmdroid, I get this error:

failed to find target with hash string android-23: D:\\User         


        
20条回答
  •  鱼传尺愫
    2020-12-02 16:54

    It worked for me by changing compileSdkVersion to 24 and targetSdkVersion to 24 and change compile to com.android.support:appcompat-v7:24.1.0

提交回复
热议问题