Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个安卓应用程序。每次我添加这个时:
super.loadUrl("assets/www/index.html");
我的应用程序只显示标准:
setContentView(R.layout.activity_main);
当我添加这个时,我也import android.app.Activity;进入了一个从未使用过的状态:
import android.app.Activity;
import org.apache.cordova.*;
我希望有人可以帮助我。如果有什么遗漏,请原谅。这是我在这里的第一个问题。