Home > Mobile >  I turn to for help androidAPI has been upgraded to 29, hint I not compatible EMUI10.0.0 huawei appli
I turn to for help androidAPI has been upgraded to 29, hint I not compatible EMUI10.0.0 huawei appli

Time:09-19

As title, bosses guide!

CodePudding user response:

Go to the pollen club ask, huawei has a lot of problems of its own

CodePudding user response:

Are you a compiled version of 29 or target
version 29?

CodePudding user response:

 
CompileSdkVersion 29
BuildToolsVersion "29.0.2
"
MinSdkVersion 19
TargetSdkVersion 28

CodePudding user response:

TargetSdkVersion was written in the apk, compile version actually doesn't do anything, just shows you compile time choose
Also known as inspectors cannot know your compileSdkVersion
But you can know the targetSdkVersion
Because you wrote a 28, so it will think that you are not ready for android 10

CodePudding user response:

Upstairs right, change it to the 29 remember ADAPTS, their search 10.0 adapter online a lot
  • Related