Not targeting the latest versions of Android

前端 未结 6 1040
独厮守ぢ
独厮守ぢ 2020-12-13 03:35

I have a warning when trying to test theme on latest Android SDK Package 4.2.

Here is my manifest file:



        
6条回答
  •  执念已碎
    2020-12-13 04:11

    Add xmlns:tools="http://schemas.android.com/tools" tools:ignore="OldTargetApi".

    
    
    
        
    

    From: Stuck on why my android app wont work?

提交回复
热议问题