0
我是這個組中的新成員,現在我正在嘗試使用Skobbler來開發應用程序android,但是我在設置API密鑰&初始化庫時遇到問題....我正在關注http://developer.skobbler.com/getting-started/android#sec001。如何設置API密鑰並初始化庫skobbler Android?
public class MainActivity extends ActionBarActivity implements {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
String mapResDirPath = "../../../../assets/";
final SKPrepareMapTextureThread prepThread = new SKPrepareMapTextureThread(this, mapResDirPath, "SKMaps.zip", this);
prepThread.start();
}
}
謝謝 弗雷德,
我的應用程序無法啓動 –