2

我使用 appcompat

使用 HE 2.2.1-SNAPSHOT 获取此信息。以下是我的 build.gradle 的一些部分:

    android {
        compileSdkVersion 19
        buildToolsVersion '19.0.1'

    defaultConfig {
        minSdkVersion 10
        targetSdkVersion 19
    }
    // ...
   }

   dependencies {
       compile 'com.android.support:support-v4:19.0.+'
       compile 'org.holoeverywhere:library:2.1.1-SNAPSHOT@aar'
       compile 'org.holoeverywhere:addon-preferences:2.1.1-SNAPSHOT@aar'
   }

构建输出:

   :weheartit:processDebugResources FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':weheartit:processDebugResources'.
    > com.android.ide.common.internal.LoggedErrorException: Failed to run command:
    /Applications/Android Studio.app/sdk/build-tools/19.0.1/aapt package -f --no-crunch      -I /Applications/Android Studio.app/sdk/platforms/android-19/android.jar -M    /Users/felipecsl/Data/Projects/whi-android/weheartit/build/manifests/debug/AndroidManifest.xml -S          /Users/felipecsl/Data/Projects/whi-android/weheartit/build/res/all/debug -A /Users/felipecsl/Data/Projects/whi-android/weheartit/build/assets/debug -m -J /Users/felipecsl/Data/Projects/whi-android/weheartit/build/source/r/debug -F /Users/felipecsl/Data/Projects/whi-android/weheartit/build/libs/weheartit-debug.ap_ --debug-mode --custom-package com.weheartit --output-text-symbols /Users/felipecsl/Data/Projects/whi-android/weheartit/build/symbols/debug

错误代码:1 输出:错误:在 LinearLayoutICS 中,找不到属性分隔符

4

0 回答 0