锁定老帖子 主题:搭建Android开发环境
精华帖 (0) :: 良好帖 (2) :: 新手帖 (5) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2010-05-16
Myeclipse 5.5的版本 启动Android SDK and AVD Manager..提示 在“Android SDK Content Loader” 期间发生了内部错误。 不明白怎么回事
|
|
返回顶楼 | |
发表时间:2010-05-25
最后修改:2010-05-25
启动之后一直停在这个界面...... <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/sLength" /> <EditText android:id="@+id/length" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="" /> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/sWidth" /> <EditText android:id="@+id/tvWidth" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="" /> <Button android:id="@+id/submit" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/sSubmit" /> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/sResult" /> <TextView android:id="@+id/showResult" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="" /> </LinearLayout>
然后在cmd 窗口执行android list target命令得到如下信息:
D:\开发工具\android-sdk-windows\tools>android list target WARNING: Java not found in your path.
You can find the complete Android SDK requirements here:
请大家帮我看看是到底什么问题?
PS:我的环境是win7+eclipse伽利略版+android sdk2.2+jdk16,谢谢....
|
|
返回顶楼 | |
发表时间:2010-05-25
哈哈,搞定了!原来要点menu按钮才会出来,晕死!
|
|
返回顶楼 | |
发表时间:2010-05-26
問題出來了,當我點模擬器的時候(不管是點模擬上面的按鈕還是就點模擬器),模擬器總會閃一下,點了好幾次才點到,這是什麽原因?
|
|
返回顶楼 | |
发表时间:2010-05-27
hanjiangit 写道 确实等待的时间有点长 全英文的。。
進模擬器的菜單,裡面有個local的設定,把語言設置一下就好,中文的在菜單最下面,可以用鼠標的滾輪 滾,呵呵.. |
|
返回顶楼 | |
发表时间:2010-06-01
lesser_better 写道
我按楼主的一步一步来,不过本人用的是eclipse-SDK-3.5.1。 成功安装ADT和AVD, 可是启动模拟器却只能显示键盘,左边的屏幕上一直黑屏,上面写 着 ANDROID_ (如附件图)
是不是我少装了一些包?
avd启动特别慢,我刚开始时也是这种情况,需要等待一段时间 |
|
返回顶楼 | |
发表时间:2010-08-12
[2010-08-12 14:23:02 - OneTest] Android Launch!
[2010-08-12 14:23:02 - OneTest] The connection to adb is down, and a severe error has occured. [2010-08-12 14:23:02 - OneTest] You must restart adb and Eclipse. [2010-08-12 14:23:02 - OneTest] Please ensure that adb is correctly located at 'E:\android-sdk-windows\tools\adb.exe' and can be executed. 怎么回事? |
|
返回顶楼 | |
发表时间:2010-09-27
不知道各位启动时“等一段时间”是多长
我是等了40多分钟还是LOGO在闪 |
|
返回顶楼 | |
发表时间:2010-09-27
burnquist 写道 不知道各位启动时“等一段时间”是多长
我是等了40多分钟还是LOGO在闪 悲剧了,后来写了个helloworld程序,几分钟就出来了 |
|
返回顶楼 | |
发表时间:2010-12-13
最后修改:2010-12-13
成功了...本人的第一个Android程序~谢谢~
|
|
返回顶楼 | |