Eclipseでdb4o-8.1.317.16154-core-java5を使用する前に、libフォルダにjarを追加しました。今はAndroid Studioを使用したいのですが、Gradleにdb4oをダウンロードするためのコンパイルの依存関係が見つかりませんandroid studioでlib db4oを使用
Android Studioにダウンロードされたこのライブラリを入手するには、どのような依存関係が必要ですか?
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
compile 'com.google.android.gms:play-services-analytics:10.0.1'
}
あなたの返事をお待ちしております、それは私の問題です。 – tamtoum1987