nativescript 工程如何clean?

闾丘坚诚
2023-12-01

由于重新安装Mac,有一些nativescript工程是从备份中复制过来的,结果,tns run android 时报了一堆错误,说是sdk版本冲突。如何build clean ?

查到这么一种说法:
Yeah, I wish their was a “clean” command. The current simplest way to do this is just remove the platform and add it back. (tns platform remove android then tns platform add android)

试了一下,很有效。
到工程目录下,先运行: tns platform remove android
再运行: tns platform add android

 类似资料: