From e37d119c71d5ae3c1f90ad04a02ab4048bfa2ade Mon Sep 17 00:00:00 2001 From: gaoliang_0311 Date: Tue, 20 Apr 2021 17:50:42 +0800 Subject: [PATCH] =?UTF-8?q?[bugfix]ShoppingJS=20=E5=9C=A8=E6=A8=A1?= =?UTF-8?q?=E6=8B=9F=E5=99=A8=E4=B8=8A=E7=9A=84sdk=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=8D=E5=8C=B9=E9=85=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ShoppingJS样例编译后,发布到模拟器上,出现install_parse_failed_usesdk_error 原因为IDE与P40远程模拟器sdk版本不匹配 issue:https://gitee.com/openharmony/codelabs/issues/I3N140 Signed-off-by: gaoliang_0311 --- ShoppingJs/entry/src/main/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ShoppingJs/entry/src/main/config.json b/ShoppingJs/entry/src/main/config.json index c8138665..c9dd1555 100644 --- a/ShoppingJs/entry/src/main/config.json +++ b/ShoppingJs/entry/src/main/config.json @@ -8,8 +8,7 @@ }, "apiVersion": { "compatible": 3, - "target": 4, - "releaseType": "Beta1" + "target": 4 } }, "deviceConfig": {}, -- Gitee