I run motodev studio 1.3 and could not make a Java project from exist souce code. here is an alternative ways to do so.

1. Compile the Android project

cd /path/to/android/root

make # and wait a while, if you haven't done this

(Any problem, Refer tohttp://blog.csdn.net/pengmens/archive/2010/11/02/5981762.aspx )

2. Make the "Java build path"

cd your_android_root_path

cp your_android_root_path/development/ide/eclipse/.classpath ./

chmod u+w .classpath # Make the copy writable

3. Download eclipse 3.5 and untar the download file

4. run eclipse

1). If Eclipse asks you for a workspace location, choose the default

2). If you have a "Welcome" screen, close it to reveal the Java perspective.

3).File > New > Java Project

4).Pick a project name, "AndroidSourceProject" or anything you like.

5).Select "Create project from existing source" (MOTODEV hasn't the choice), enter the path to your Android root directory, and click Finish.

6).Wait while it sets up the project. (You'll see a subtle progress meter in the lower right corner.)

Here, you can navigate code inside the new created "AndroidSouceProject".

Of course, you can create new android project, when you try to "Open Declaration" after you right clicked at method/class, there would be a page lead you to make the AndroidSouceProject as link source.

And more, if you close the eclipse and run motodev with same workspace, sure their would be same.

Reference: https://sites.google.com/a/android.com/opensource/using-eclipse

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android 读取raw、assets中的txt文件
  2. android获取屏幕分辨率实现
  3. 〖Android〗(CM10.2)Android4.2/4.3中的boo
  4. Android桌面快捷方式
  5. Android 画渐变的背景
  6. android webview增加下载附件功能
  7. WebRTC --- Chrome Android平台上的硬件
  8. Android 之屏蔽,捕获Home键
  9. Android版本检测与更新
  10. android之ArrayAdaper应用