2020-10-11 Android server gradle compiled version and local compiled version SDK conflict resolution

The main error is that this configuration file will be compiled after the local run: local.properties
This file is the address file for configuring the SDK. At this time, if it is compiled in androidstudio, and then you
want to compile debug and other versions from the server, an error will be reported, prompting the SDK. Path problem

Solution: Clean the project after deleting the local local.properties file. Re-compile to the server to compile and pass

Guess you like

Origin blog.csdn.net/weixin_41422638/article/details/109008456