嗨,我收到一个错误,即 DroidGap 无法解析为我的代码的类型
package com.hello.ponegap;
import android.app.Activity;
import android.os.Bundle;
import com.hello.*;
public class HelloponegapActivity extends DroidGap {
/** Called when the activity is first created. */
@Override public void onCreate(Bundle savedInstanceState) {
super.loadUrl("file:///android_asset/www/index.html");
super.onCreate(savedInstanceState);
}
}
在此先感谢,当我右键单击 lib 时,我也没有获得构建路径