Could not find method android() for arguments

后端 未结 4 1714
不知归路
不知归路 2020-11-27 05:23

I\'ve been trying to import a project to Android Studio and this is where I am stuck, there is a similar question on Stack Overflow but it did not provide a solution to my p

4条回答
  •  不知归路
    2020-11-27 05:37

    This error appear because the compiler could not found "my-upload-key.keystore" file in your project

    After you have generated the file you need to paste it into project's andorid/app folder

    this worked for me!

提交回复
热议问题