我将项目文件夹移动到计算机上的其他位置并尝试运行我的应用程序后收到此错误消息。
10: const list: Array<Item> = [];
^ property `name`. Property not found in
2: const sum = (items: Array<{amount: number}>) => {/* something */}
^ object type
但实际上我的项目文件夹目前位于Installation failed with message Invalid File:
C:\Users\Zhong\AndroidStudioProjects\HappyBirthday\app\build\intermediates\split-apk\debug\slices\slice_1.apk.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
禁用即时运行时一切正常,但如果启用即时运行并单击运行按钮,则会再次显示此错误消息。
似乎这些文件的路径在某些文件中不会自动更改。
我试图找到一些设置来解决但没有运气。我是android开发的新手,请帮我解决这个简单的问题。
答案 0 :(得分:0)
如果您关闭即时运行,您将不会丢失任何东西:)
但如果您愿意,可以尝试重建项目。点击构建&gt;清洁项目。您也可以转到项目文件夹,然后在“app”文件夹中删除文件夹“build”,然后再在Android Studio中重建项目。