`

Android 不能设置 Build Path / Configure Build Path

阅读更多
检查一下工程的根目录中是否存在“default.properties”的文件。如果不存在,新建一个该文件,然后在里面必须有一行:target=android-8,然后再去选target就没事了。


(图1)



(图2)

  • 大小: 11.6 KB
  • 大小: 54.8 KB
分享到:
评论

相关推荐

    ganymed-ssh2-build210-sources.jar.zip

    1.把此jar文件夹在加载到eclipse中(鼠标右键build path - configure build path-libraries-add jars-选择此jar文件(本地路径)-ok-apply) 2.在代码中,把鼠标光标放在要查看源码的类名称上,按住键盘Ctrl键,当光标...

    ubuntu 工具源码和安装说明-2

    export PATH=$PATH:/usr/local/vim/bin tar xf ncurses_5.9.orig.tar.gz mv ncurses-5.9/ ncurses cd ncurses ./configure --prefix=/usr/local/ncurses --without-cxx make sudo make install sudo cp -rf /...

    ubuntu 工具源码和安装说明

    cd m4_build ./configure --prefix=/usr/local/m4 make sudo make install sudo cp /usr/local/m4/bin /usr/bin cd ../gmp ./configure --prefix=/usr/local/gmp make sudo make install cd ../mpfr ./...

    Android代码-phonegap-android-plugin-examples

    Simply right click on ./libs and select Build Path > Configure Build Path. Choose Java Build Path and select the Libraries tab. Click add Jars and select phonegap.jar. If you are building an Android ...

    QT移植到2440开发板

    选中需要的设备 不需要的 -no ./configure ./configure ./configure ./configure ./configure ./configure ./configure ./configure ./configure ./configure ./configure -depths 16 depths 16 depths 16 depths 16...

    android 5.L最新源码及关联方法

    右击目标工程,Build Path -> Configure Build Path -> Library选项下 -> Android 4.1 -> android.jar -> Source attachment --> Edit --> External Folder 选择这个文件目录C:\Program Files\Android\android-sdk\...

    spring+springMVC基本框架(较为完善)

    基于spring+springMVC框架搭建,基本上什么都没有,就是一个框架,导入完毕后执行test包下面的文件可以测试是否搭建成功,提示:需要用junit执行,导入项目后若没有junit,则右键项目build path/configure build path......

    android openfire xmpp smack即时通讯,包括:聊天发生文字,表情,图片,语音等直接导入eclipse不报错

    如果报错:eclipse项目右键,build path,configure build path,右面窗口的Libraries,add library...,jre system library。 android openfire xmpp smack即时通讯,包括:聊天发生文字,表情,图片,语音。添加...

    InformaCore:InformaCam Android核心服务库

    导出NDK_BASE = / path / to / android-ndk 建立android-ffmpeg cd external / android-ffmpeg-java / external / android-ffmpeg / ./configure_make_everything.sh 建立IOCipher 使-C external / IOCipher / ...

    Android代码-simplenote-android

    Simplenote for Android A Simplenote client for Android....How to Configure ...sdk.dir=/Applications/Android Studio.app/sdk Install debug build with Android Studio or: ./gradlew insta

    ACT硬件描述语言和核心工具 C++ 异步电路/编译器工具

    将环境变量 VLSI_TOOLS_SRC 设置为源树的根(即 /path/to/act)。 从 $VLSI_TOOLS_SRC 目录,运行 ./configure $ACT_HOME 运行 ./build 如果在构建软件时遇到问题并且您想进行干净的构建,请使用“make realclean” ...

    qte.rar_2.3.7_embedded qt_qte_tmake 1.11

    Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;..../configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed

    github上很火的一个Android UI框架,SlidingMenu

    如果报The container 'Android Dependencies' references non existing library 'xxxxxxx' 错误,则右击library project,选择Build Path->Configure Build Path->Order and Export->Select All将所有包都选上

    jieba _1.0.2.zip

    选中jieba-analysis-1.0.2,右键点击【Build Path】→【Add to Build Path 】之后该jar包就已经成功添加到了java项目中了。此时你的java项目中多了一个Referenced Libraries 库,该库里面就是成功添加的jieba-...

    基于深度学习的分词系统 kcws.zip

    Bi-LSTM CRF)构建安装好bazel代码构建工具,clone下来tensorflow项目代码,配置好(./configure)clone 本项目地址到tensorflow同级目录,切换到本项目代码目录,运行./configure编译后台服务bazel build //kcws/cc...

    openslide-java:Java与OpenSlide的绑定

    )Windows与MinGW-w64的交叉编译 PKG_CONFIG=pkg-config \PKG_CONFIG_PATH=/path/to/cross/compiled/openslide/lib/pkgconfig \./configure --host=i686-w64-mingw32 --build=$(build-aux/config.guess)makemake ...

    htos_cpp

    HTOS库构建和安装export LIB_BUILD_SRC=/path/to/srcexport LIB_INSTALL=/path/to/install新库$ cd $LIB_BUILD_SRC$ git clone git://sourceware.org/git/newlib-cygwin.git newlib$ cd newlib$ mkdir build && cd ...

    postgresql9.2 jdbc驱动

    需要注意的是好像在androidmanifest,xml中不能设置targetsdkversion,且minsdkversion="8"才行 否则会出现conn=null的情况。 (2)提醒2 另外最好用postgresql-9.2-1003.jdbc4.jar这个驱动,我试过用9.3的提示找...

    Nginx Python模块-C/C++开发

    兼容性nginx版本> = 1.11.5(仅HTTP版本可以使用1.11.2进行编译)Python版本:2.7在最近Linux,FreeBSD和MacOS Build上进行了测试使用以下模块配置nginx:#静态模块$ ./configure --add -module = / path / to / ...

    mysql安装指南.pdf

    1 首先安装 build-essential,之后安装 ncurse 2、cd ~/home/ben(进入压缩包所在目录) 3、tar zxvf mysql-5.0.51a.tar.gz(解压到此处) 4、cd mysql-5.0.51a.tar.gz(进入解压出来的源码包文件夹) 5、 ./configure --...

Global site tag (gtag.js) - Google Analytics