The SDK platform-tools version ((23)) is too old to check APIs compiled with API 23

Solution 1:

Update your android sdk platform-tools to the revision 23.0.1 from sdk manager. In android studio click File->Invalidate Caches/Restart...

That's it. The error must be gone now.

Solution 2:

Like the error says, the Platform-tools needs to be on a newer version. To update,

  1. Open SDK manager
  2. At the bottom of the dialog box, click on link Launch Standalone SDK Manager -> Rev will be 23.01
  3. Install the updated package
  4. Invalidate cache as File -> Invalidate caches/Restart"

Solution 3:

I was able to solve the problem on windows as follows:

Go to Tools -> Android -> SDK Manager -> click on Update the android Android SDK platform tools to the latest one. Once it is done updating, the error should be gone.

That is what worked for me hope it works for you too.. Cheers