Android - App crashes on Pre-Lollipop devices

前端 未结 4 1294
栀梦
栀梦 2021-02-05 21:23

My app is running well on Lollipop devices but it keep crashing on prior to version Lollipop. I have simply implemented a banner add in my application with the following code th

4条回答
  •  被撕碎了的回忆
    2021-02-05 21:52

    reduce your minSdkversion to that version you want to give support

    in gradle file of your project

    As below

    minSdkVersion 10

提交回复
热议问题