- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经导入了普通驱动器,但构建失败了..
下面的消息..
错误:任务 ':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}
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/
我认为这相对简单,但我很困惑,因为我是类图的新手。 我将要创建一个程序(用 Java)来管理麦当劳的员工类型。因此,考虑为对象建模。 为了简单起见,麦当劳只有两种员工,“主管”和“船员”,两者都是按月
我有一个很小的 Android 项目,是我拼凑而成的,用于了解 Android 单元和仪器测试。我使用dog.ceo API 来获取狗的随机图像。程序本身按其应有的方式运行。但是,每当我运行或调试
我是一名优秀的程序员,十分优秀!