今天敲的代码[java]view plaincopypackagecom.sharpandroid.activity;importandroid.R;importandroid.app.Activity;importandroid.app.AlertDialog;importandroid.cont...
分类:
其他好文 时间:
2014-12-31 13:02:48
阅读次数:
143
本文记录下在Eclipse中导入项目的过程中常见的问题. 1:The project cannot be built until the build path errors are resolved 请查阅:http://blog.sina.com.cn/s/blog_4cb58ce60...
分类:
系统相关 时间:
2014-12-31 09:57:14
阅读次数:
245
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了 Context cannot be resolved to a variable
1
2
3
4
5
6
7
Uri
uri = U...
分类:
移动开发 时间:
2014-12-23 10:31:06
阅读次数:
223
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了 Context cannot be resolved to a variable
1
2
3
4
5
6
7
Uri
uri = U...
分类:
移动开发 时间:
2014-12-21 20:43:45
阅读次数:
195
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了Context cannot be resolved to a variable1234567Uri uri = Uri.p...
分类:
移动开发 时间:
2014-12-21 20:34:01
阅读次数:
154
我刚下载并安装了最新的Android SDK,我想创建一个简单的工程学习。
根据向导创建的代码如下
package eu.mauriziopz.gps;
import android.app.Activity;
import android.os.Bundle;
public class ggps extends Activity {
/** Called when the a...
分类:
移动开发 时间:
2014-12-19 12:18:37
阅读次数:
154
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了 Context cannot be resolved to a variable
1
2
3
4
5
6
7
Uri
uri = U...
分类:
移动开发 时间:
2014-12-17 18:35:36
阅读次数:
192
Do not modify the R class. The error means there's something syntactically wrong with your XML layouts and R cannot be auto-generated. Try looking the...
分类:
其他好文 时间:
2014-12-12 14:49:32
阅读次数:
195
Myeclipse中WebServlet cannot be resolved to a type报错今天在写Servlet时使用注解配置Servlet出现WebServlet cannot be resolved to a type的错误,然后一直找问题都没有找到,网上找了半天也没有找到,然后使用...
分类:
Web程序 时间:
2014-12-08 21:08:48
阅读次数:
977
今天导入了两个library,出现这种错误,最终解决方法是:
将project.properties中的target=android-17改成自己的Eclipse的版本号就行了,我的是改成了target=android-19...
分类:
编程语言 时间:
2014-12-02 10:40:18
阅读次数:
178