gpt4 book ai didi

android.support.v8无法解析

转载 作者:行者123 更新时间:2023-11-29 17:51:05 25 4
gpt4 key购买 nike

我正在尝试在我的 Android 项目中使用 renderscript。我安装了 sdk tools 22.6.2sdk build tool 19.0.3 然后将我的 adt 更新到最新版本。但现在我得到错误在我写 import android.support.v8.renderscript.* 的行中“无法解析 import android.support.v8”。我还在 projects.properties

中做了以下更改
renderscript.target=18
renderscript.support.mode=true

sdk.buildtools=19.0.3

list .xml

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.amazing.imazing"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.amazing.imazing.MainActivity"
android:label="@string/app_name"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

我是 Android 编程新手。

最佳答案

我从 project.properties 中删除了除“target=android-18”之外的所有条目,并将 renderscript-v8.jar 复制到我项目的 libs 文件夹中。我在 sdk/build-tools/18.1.0/renderscript/lib 中找到了这个 jar 文件。我不再收到该错误。

我在另一个项目中重复了这个过程,它起作用了。

关于android.support.v8无法解析,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22784031/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com