String resource ID #0x2040003

有关老项目5.0版本和7.0以上版本Web的问题:

如果是老项目,在7.01以上就能运行,但是一到5.0就xml崩溃的,xml中有WebView的话,更改如下


String resource ID #0x2040003_第1张图片

implementation'androidx.appcompat:appcompat:1.1.0'  改为:1.0.0.即可在5.0版本手机上支持

你可能感兴趣的:(String resource ID #0x2040003)