可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):

问题:

I have to create an application that makes extensive use of charts. Reading the web I chose achartengine that seems to have everything I need.

I downloaded the jar file, I plugged in the libs folder, I selected "add to library" and I lunch the gradlew clean. Result in the sources where I do the import of org.achartengine.xxxx I always returned the error that fails to resolve symbols .

Do you have suggestions? Thank you Andrea

回答1:

I am able to use this library in my Android Studio project, this topic explains how to add AChartEngine repo to your project.

What I did: Added following to project-wide build.gradle (one from the project root): allprojects { repositories { ... maven { url "https://repository-achartengine.forge.cloudbees.com/snapshot/" } } }

For every module that uses the library, add this to its build.gradle (you may put this to the top-level build.gradle if it should be included in all modules): dependencies { ... compile group: 'org.achartengine', name: 'achartengine', version: '1.2.0' }

Now I can use the library in the project, I see the classes in code assist popups and build runs as succeeds.

回答2:

It seems like the new version (1.2.0) is not available for download anymore in the http://www.achartengine.org/ site. and that's why the gradle/maven method doesn't work (or the snapshot file was removed). I succeeded using and adding it to my project by downloading the jar file from here: https://github.com/ddanny/achartengine/files/460139/achartengine-1.2.0.zip

android achart教程,AChartEngine And Android Studio相关推荐

  1. android 教程概要,Android精通教程-第一节Android入门简介

    前言 大家好,我是 Vic,今天给大家带来Android精通教程-第一节Android入门简介的概述,希望你们喜欢 每日一句 If life were predictable it would cea ...

  2. android实例教程_改造Android示例教程

    android实例教程 Welcome to Retrofit Android Example Tutorial. Today we'll use the Retrofit library devel ...

  3. opencv android安装教程,opencv for android安装教程.doc

    opencv for android安装教程 前言: ? ?最近android开发异常火热,随着手机性能越来越高,图像处程序也越来越重要, 由于opencv for android 网上教程大多为英文 ...

  4. android unity3d 教程,Unity3D For Android 发布教程

    我自认为抵挡诱惑的能力还是很强大的,关键的时候还能把持住自己.今天逛了一下南京的丹凤街,终于受不住Android这美眉的诱惑.她虽脸蛋不怎么滴,但身材火热,且性感,廉价,低碳!长相平凡,却气质绝佳!虽 ...

  5. vlc for android 使用教程,VLC for android 使用手记

    将vlc-android 中org.videolan.vlc包下面的这几个class 添加: Aout.java BitmapCache.java EventManager.java LibVLC.j ...

  6. Android Volley教程

    In this android volley tutorial, we'll be implementing the Volley library in our application. If you ...

  7. Android系列教程之七:EditText使用详解-包含很多教程上看不到的功能演示

    写道 标题有点大,说是详解,其实就是对EditText的一些常用功能的介绍,包括密码框,电话框,空白提示文字等等的讲解,尽量的介绍详细一点,也就是所谓的详解了..呵呵 广告一下我的应用"我团 ...

  8. android开发教程(一)——目录

    本教程中使用的环境: windows平台: c:\>winver linux平台: k@k-C410:/$ lsb_release -a No LSB modules are available ...

  9. 《Android移动应用基础教程》(Android Studio)(第二版)黑马程序员 课后习题答案

    <Android移动应用基础教程>(Android Studio)(第二版)黑马程序员 课后习题答案 目录 第1章 Android基础入门 第2章 Android常见界面布局 第3章 An ...

最新文章

  1. 剑指offer:面试题39. 数组中出现次数超过一半的数字
  2. linux基础(day19)
  3. mybatis 一对多查询_Java自学之mybatis:使用注解方式多对一查询
  4. java项目close wait_java – 排除连接卡在CLOSE_WAIT状态
  5. android加载声音文件,Android是在应用程序中加载和播放声音的最快方式
  6. ORACLE AUDIT 审计
  7. mysql outfile 变量_转mysql dumpfile 与 outfile 函数的区别
  8. 【Hello CSS】第六章-文档流与排版
  9. 【文末有福利】5个字极简入门朴素贝叶斯模型
  10. 黄聪:wordpress教程
  11. 一文详解自然语言处理任务之共指消解
  12. [转]编程语言与宗教
  13. 数字电子技术基础-2-逻辑函数的最小项与最大项
  14. nbu备份文件失败,提示信息NBU status: 2074, EMM status: Disk volume is down
  15. WBS——工作分解结构
  16. gw node节点 xshell连接 访问外网
  17. 清北学堂noip2018集训D2
  18. 在线教育项目-npm install失败-下载依赖失败-(vue-admin-template-master)
  19. HTML单页面和多页面
  20. K近邻(K Nearest Neighbor-KNN)原理讲解及实现

热门文章

  1. MySQL 5.6, 5.7并行复制测试(二)(r12笔记第10天)
  2. 进程树--用Enki学Linux系列(18)
  3. 常见浏览器的兼容问题
  4. codeforce303C-Minimum Modular-剪枝,暴力
  5. 0x06 MySQL 单表查询
  6. 外键列到底要建在哪里?
  7. EasyUI加载树控件自动展开所有目录
  8. 推荐一个很棒的JS绘图库Flot
  9. Eclipse中的SVN插件
  10. AndroidStudio安卓原生开发_打包apk安装文件---Android原生开发工作笔记130