Error---Uri can't be resolved to a type

来源:互联网 发布:sql 别名的使用 编辑:程序博客网 时间:2024/05/21 02:51

这是一种类型的问题,诸如 Intent can't be resolved to a type, EditText can't be resolved to a type等等

 

解决办法:添加代码  import android.net.Uri   导入Uri类 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

诸如此类的问题都可解决:

import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;

 

如果在Eclipse中开发,可CTRL+SHIFT+O 直接导入