构建编译运行出错

刚按照官网做了一个star,想在手机里运行,构建编译都没问题,小米8,打开了USB调试模式,但是native.log报错

Task has not declared any outputs.
:Start:validateSigningRelease (Thread[Task worker for ‘:’,5,main]) completed. Took 0.001 secs.
:Start:packageRelease (Thread[Task worker for ‘:’,5,main]) started.
:Start:packageRelease
Putting task artifact state for task ‘:Start:packageRelease’ into context took 0.0 secs.
Executing task ‘:Start:packageRelease’ (up-to-date check took 0.014 secs) due to:
Output property ‘outputDirectory’ file D:\Project\Start\build\jsb-link\frameworks\runtime-src\proj.android-studio\app\build\outputs\apk\release has changed.
Output property ‘outputDirectory’ file D:\Project\Start\build\jsb-link\frameworks\runtime-src\proj.android-studio\app\build\outputs\apk\release\output.json has been removed.
Output property ‘outputDirectory’ file D:\Project\Start\build\jsb-link\frameworks\runtime-src\proj.android-studio\app\build\outputs\apk\release\Start-release.apk has been removed.
All input files are considered out-of-date for incremental task ‘:Start:packageRelease’.
Unable do incremental execution: full task run

也百度不到相同的问题