Oi Pessoal, bom dia!
-- Estou tentando ler um arquivo em excel, utilizando o apache POI, mas não estou conseguindo no android studio.
Fiz um pequeno exemplo e funcionou perfeitamente. Porém, ao tentar fazer no android studio ele não funcionou.
Consigo construir a aplicação normalmente. Mas ao tentar rodar, ele retorna esse erro:
FAILURE: Build failed with an exception.
* What went wrong:Execution failed for task ':app:preDexDebug'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with non-zero exit value 1
* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Meu gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "br.kalinna.testeexcel"
minSdkVersion 10
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'org.apache.poi:poi:3.12'
compile 'org.apache.poi:poi-ooxml:3.12'
compile 'org.apache.poi:poi-ooxml-schemas:3.12'
}
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
0 comentários:
Postar um comentário