有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java错误:包com。亚马逊。服务。dynamodbv2不存在?

我正在尝试导入this。 在安卓工作室

我得到一个错误:

Error:(21, 41) error: package com.amazonaws.services.dynamodbv2 does not exist ?

我已经提到了这个问题

但这并不能解决我的问题

我的屏幕看起来像这样,它将帮助您了解我的项目结构

enter image description here

构建。等级

apply plugin: 'com.安卓.application'

安卓 {
    compileSdkVersion 10
    buildToolsVersion "23.0.1"

    defaultConfig {
        applicationId "com.amazonaws.demo.userpreferencesom"
        minSdkVersion 10
        targetSdkVersion 20
    }

    buildTypes {
        release {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-安卓.txt')
        }
    }


    dependencies {
        repositories {
            mavenCentral()
        }

        compile 'com.google.安卓.gms:play-services:6.1.+'
        compile 'com.amazonaws:aws-安卓-sdk-core:2.2.+'
        compile fileTree(include: '*.jar', dir: 'libs')
    }}

多谢各位


共 (1) 个答案