gpt4 book ai didi

android - 琐碎的驱动器构建失败

转载 作者:行者123 更新时间:2023-11-30 00:59:34 25 4
gpt4 key购买 nike

我已经导入了普通驱动器,但构建失败了..

下面的消息..

错误:任务 ':app:compileDebugAidl' 执行失败。

java.lang.RuntimeException: com.android.ide.common.process.ProcessException: Error while executing 'C:\Users\Conner\AppData\Local\Android\Sdk\build-tools\23.0.0\aidl.exe' with arguments {-pC:\Users\Conner\AppData\Local\Android\Sdk\platforms\android-23\framework.aidl -oC:\Users\Conner\AndroidStudioProjects\TrivialDrive4\app\build\generated\source\aidl\debug -IC:\Users\Conner\AndroidStudioProjects\TrivialDrive4\app\src\main\aidl -IC:\Users\Conner\AndroidStudioProjects\TrivialDrive4\app\src\debug\aidl -IC:\Users\Conner\AndroidStudioProjects\TrivialDrive4\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.0.0\aidl -IC:\Users\Conner\AndroidStudioProjects\TrivialDrive4\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.0.0\aidl -dC:\Users\Conner\AppData\Local\Temp\aidl2318381263201294414.d C:\Users\Conner\AndroidStudioProjects\TrivialDrive4\app\src\main\aidl\gersbach\android\vending\billing\IInAppBillingService.aidl}

应用模块gradle文件

compileSdkVersion 23
buildToolsVersion '23.0.0'

defaultConfig {
applicationId "com.example.android.trivialdrivesample"
minSdkVersion 14
targetSdkVersion 23
versionCode 7
versionName "1.5"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// TODO(developer): uncomment below once config above is complete and uncommented.
// signingConfig signingConfigs.release
}
}

依赖关系{ 编译文件树(包括:['*.jar'],目录:'libs') testCompile 'junit:junit:4.12' 编译 'com.android.support:appcompat-v7:23.0.0'

不确定发生了什么。我已尝试使用所有构建工具。我已将我的 base64publickey 替换为提供的工具。而且我已经更改了我的“com”包名称。由于此构建失败,我无法生成 apk。

提前致谢!

最佳答案

如果您遵循官方指南 ( https://developer.android.com/google/play/billing/billing_integrate.html#billing-add-aidl ),它会告诉您复制粘贴 IInAppBillingService.aidl使用 Android Studio 将其添加到您的项目中,但这将不起作用 - 它将被粘贴到错误的目录中。

使用您的文件浏览器并复制粘贴 IInAppBillingService.aidl进入<yourProject>/app/src/main/aidl/com/android/vending/billing/ .然后,重建项目,它应该可以正常工作。

关于android - 琐碎的驱动器构建失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39629861/

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