Kakao SDK error

Hi All,

I have used the cordova plugin present in this “https://github.com/lihak/KakaoTalkCordovaPlugin”.
But once I install/ add the plugin to my project and run the project. Build fails and gives the below error:
"Error:(17, 22) package com.kakao.auth does not exist
Error:(18, 22) package com.kakao.auth does not exist
Error:(19, 22) package com.kakao.auth does not exist
Error:(20, 22) package com.kakao.auth does not exist
Error:(21, 22) package com.kakao.auth does not exist
Error:(22, 22) package com.kakao.auth does not exist
Error:(23, 22) package com.kakao.auth does not exist
Error:(24, 22) package com.kakao.auth does not exist
Error:(25, 22) package com.kakao.auth does not exist
Error:(26, 26) package com.kakao.usermgmt does not exist
Error:(27, 35) package com.kakao.usermgmt.callback does not exist
Error:(28, 35) package com.kakao.usermgmt.callback does not exist
Error:(29, 41) package com.kakao.usermgmt.response.model does not exist
Error:(30, 35) package com.kakao.usermgmt.callback does not exist
Error:(31, 32) package com.kakao.util.exception does not exist
Error:(148, 46) cannot find symbol class ISessionCallback
Error:(129, 37) cannot find symbol class UserProfile
Error:(184, 41) cannot find symbol class KakaoException
Error:(211, 50) cannot find symbol class KakaoAdapter
Error:(214, 16) cannot find symbol class ISessionConfig
Error:(239, 16) cannot find symbol class IApplicationConfig
Error:(49, 9) cannot find symbol variable KakaoSDK
Error:(63, 9) cannot find symbol variable Session
Error:(85, 50) cannot find symbol variable AuthType
Error:(85, 17) cannot find symbol variable Session
Error:(99, 50) cannot find symbol class LogoutResponseCallback
Error:(99, 17) cannot find symbol variable UserManagement
Error:(119, 13) cannot find symbol variable Session
Error:(159, 42) cannot find symbol class MeResponseCallback
Error:(159, 13) cannot find symbol variable UserManagement
Error:(156, 9) method does not override or implement a method from a supertype
Error:(183, 9) method does not override or implement a method from a supertype
Error:(215, 24) cannot find symbol class ISessionConfig
Error:(213, 9) method does not override or implement a method from a supertype
Error:(240, 24) cannot find symbol class IApplicationConfig
Error:(238, 9) method does not override or implement a method from a supertype
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
100 warnings
Error:Execution failed for task ‘:compileDebugJavaWithJavac’.

Compilation failed; see the compiler error output for details."

Sorry. we are not support sdk for cordova plugin officially. May be you should add kakao resource files in your application.