I have downloaded the latest version of aspose.cells and extracted the download. In the libs folder are two files:
dependencies {
compile ‘com.android.support:appcompat-v7:22.2.0’
compile files(‘libs/activation.jar’)
compile files(‘libs/additionnal.jar’)
compile files(‘libs/mail.jar’)
compile files(‘libs/aspose-cells-8.5.0.jar’)
}
apply plugin: 'com.android.application’
android {
compileSdkVersion 21
buildToolsVersion “21.1.2”
defaultConfig {
applicationId “applicationId”
minSdkVersion 17
targetSdkVersion 21
versionCode 1
versionName “1.0”
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’
}
debug{
debuggable true
}
}
}
dependencies {
compile ‘com.android.support:appcompat-v7:22.2.0’
compile files(‘libs/activation.jar’)
compile files(‘libs/additionnal.jar’)
compile files(‘libs/mail.jar’)
compile files(‘libs/aspose-cells-8.5.0.jar’)
}