Can't import the volley library in eclipse

Asif Sb

i just got the volley library from the below link.. git clone-https://android.googlesource.com/platform/frameworks/volley in eclipse i am following steps import>git>project from git>....etc

and the library got downloaded in C:\Users\active\git\volley

when i just want to import the volley folder to the eclipse(C:\Users\active\git\volley) it shows "Select at least one project" in IMPORT PROJECT.and their is only one project though i have selected that still it shows the same error on the top..seriously need a help...thanks in advance

Jared Rummler

You need to build the jar and then add it to your libs folder in your project.

How to build the jar:

$ git clone https://android.googlesource.com/platform/frameworks/volley
$ cd volley
$ android update project -p .
$ ant jar

source

Here is a YouTube video if that would help: https://www.youtube.com/watch?v=5bwn7DYt2AI

You can also download a non-official build on maven central.

Edit:

It looks like volley can't be built with ant anymore (correct me if I'm wrong). All I did was create a new Android Project, mark it as a library project, create package com.android.volley, copy the source over to the project, and build it.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

为什么Eclipse无法从git的import volley(android)目录中找到项目?

来自分类Dev

如何使用Volley Library的ImageLoader?

来自分类Dev

Eclipse + Volley无法导入库

来自分类Dev

Mono.Cecil - can't import constructors

来自分类Dev

Eclipse kepler can't install updates

来自分类Dev

Android Volley Networking Library中的异常处理

来自分类Dev

Android Volley Networking Library中的异常处理

来自分类Dev

Auto Import With Eclipse Snippets

来自分类Dev

can't import modules into a node script if it runs from cron

来自分类Dev

R: OS command invoked by "system" can't find library

来自分类Dev

Can't install Python Imaging Library using pip

来自分类Dev

Volley-Library请求队列的最大大小是多少

来自分类Dev

Android Volley Library无法返回完整的响应数据

来自分类Dev

使用Volley Library的JSON数组请求解析错误

来自分类Dev

无法在Android中[使用Volley Library]提取JSON数据

来自分类Dev

如何使用Volley Library Android创建圆角图像

来自分类Dev

Unable to find library in eclipse for Android

来自分类Dev

java error, jnetpcap library in eclipse

来自分类Dev

使用CocoaPods #import <Library / Library.h>与#import <Library.h>有什么区别?

来自分类Dev

'Can't find hdf5 library' while installing netCDF4

来自分类Dev

import package。*以在eclipse中导入方法

来自分类Dev

Import all settings from Eclipse to Android Studio

来自分类Dev

eclipse import gradle project永久下载

来自分类Dev

eclipse import gradle project下载永久

来自分类Dev

将Eclipse Library Project导入AndroidStudio

来自分类Dev

在Eclipse Luna中将Volley库添加到android项目中

来自分类Dev

在Eclipse Luna中将Volley库添加到android项目中

来自分类Dev

Eclipse MAT显示由于Volley NetworkDispatcher和CacheDispatcher而导致的内存泄漏

来自分类Dev

SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 292-293: truncated \UXXXXXXXXX escape during import

Related 相关文章

  1. 1

    为什么Eclipse无法从git的import volley(android)目录中找到项目?

  2. 2

    如何使用Volley Library的ImageLoader?

  3. 3

    Eclipse + Volley无法导入库

  4. 4

    Mono.Cecil - can't import constructors

  5. 5

    Eclipse kepler can't install updates

  6. 6

    Android Volley Networking Library中的异常处理

  7. 7

    Android Volley Networking Library中的异常处理

  8. 8

    Auto Import With Eclipse Snippets

  9. 9

    can't import modules into a node script if it runs from cron

  10. 10

    R: OS command invoked by "system" can't find library

  11. 11

    Can't install Python Imaging Library using pip

  12. 12

    Volley-Library请求队列的最大大小是多少

  13. 13

    Android Volley Library无法返回完整的响应数据

  14. 14

    使用Volley Library的JSON数组请求解析错误

  15. 15

    无法在Android中[使用Volley Library]提取JSON数据

  16. 16

    如何使用Volley Library Android创建圆角图像

  17. 17

    Unable to find library in eclipse for Android

  18. 18

    java error, jnetpcap library in eclipse

  19. 19

    使用CocoaPods #import <Library / Library.h>与#import <Library.h>有什么区别?

  20. 20

    'Can't find hdf5 library' while installing netCDF4

  21. 21

    import package。*以在eclipse中导入方法

  22. 22

    Import all settings from Eclipse to Android Studio

  23. 23

    eclipse import gradle project永久下载

  24. 24

    eclipse import gradle project下载永久

  25. 25

    将Eclipse Library Project导入AndroidStudio

  26. 26

    在Eclipse Luna中将Volley库添加到android项目中

  27. 27

    在Eclipse Luna中将Volley库添加到android项目中

  28. 28

    Eclipse MAT显示由于Volley NetworkDispatcher和CacheDispatcher而导致的内存泄漏

  29. 29

    SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 292-293: truncated \UXXXXXXXXX escape during import

热门标签

归档