SDK location not found. Define location with...的解决方法

原文网址参见:https://stackoverflow.com/questions/27620262/sdk-location-not-found-define-location-with-sdk-dir-in-the-local-properties-fil


这是原答主的话:



63 down vote

I know this answer is late, but I hope it helps others.

The answer is simple. You have to just copy your local.properties file to the folder where project is stored and it will work like charm. But remember, it must be placed in the root folder where the project is stored.


翻译过来:就是把你项目的local.properties文件拷贝到你导入的项目的目录下即可

63 down vote

I know this answer is late, but I hope it helps others.

The answer is simple. You have to just copy your local.properties file to the folder where project is stored and it will work like charm. But remember, it must be placed in the root folder where the project is stored.

你可能感兴趣的:(android)