java.security.NoSuchAlgorithmException while building a simple android app using Android Studio

前端 未结 1 1637
栀梦
栀梦 2021-01-24 07:33

I downloaded the Android Studio and trying to build a simple Login Activity. But the Make Project fails with this error.

Environment: Windows 7 64 bit

1条回答
  •  半阙折子戏
    2021-01-24 08:10

    I was using IBM JDK. Switching to Sun/Oracle JDK fixed the problem.

    0 讨论(0)
提交回复
热议问题