我正在尝试“您的第一个Kaa应用程序”教程。
I created the JAVA SDK and copied in the sample Java client code (FirstKaaDemo). However I am getting below compilation in FirstKaaDemo
1. "The method onConfigurationUpdate(Configuration) of type new ConfigurationListener(){} must override or implement a supertype method" at below line
2. "The method addLogRecord(Configuration) in the type KaaClient is not applicable for the arguments (DataCollection)" at below line in file FirstKaaDemo.java