Nongthonbam Tonthoi
Nongthonbam Tonthoi

Reputation: 12963

Android studio error after changing sdk path

Hi I have just changed my sdk path and got the following error:

Error:Already created an SDK Loader with different SDK Path

Previously it worked fine, the problem showed up after I have copied the sdk folder to my D drive. I am using 64 bit Windows 10 pro. I have changed the path in the local.properties file to exactly reflect the sdk path but there seems to be an error somewhere else. Any suggestions would be helpful

Upvotes: 1

Views: 2951

Answers (2)

Ahmed Bouchefra
Ahmed Bouchefra

Reputation: 256

You can solve this problem in two ways you either change local.properties of your project file to exactly reflect the SDK path used by Android Studio, if that causes any problem for your project you can then change the default SDK used by Android Studio. For an in depth solution check this post

Upvotes: 1

Nongthonbam Tonthoi
Nongthonbam Tonthoi

Reputation: 12963

Just closing Android Studio and opening it again fixed it. Didn't know it would be that easy.

Upvotes: 3

Related Questions