androidPPTXreader icon indicating copy to clipboard operation
androidPPTXreader copied to clipboard

"--core-library" flag not work

Open d2036a opened this issue 8 years ago • 1 comments

I have tried to add "--core-library" flag like this.

#/bin/bash
/绝对路径/sdkbuildtoos/*/dxbak  --core-library  $@

But, in my case, it not works. I am using Android Studio2.1 Preview5 BuildTool 23.0.3

Do you have any idea?

d2036a avatar Apr 05 '16 13:04 d2036a

this is the list of my dependencies to make it work: dependencies { //compile fileTree(include: '*.jar', dir: 'libs') //removed this compile 'com.android.support:support-v4:25.0.0' provided files('libs/jsr173_1.0_api.jar')//set this to provided compile files('libs/commons-codec-1.5.jar') compile files('libs/commons-logging-1.1.jar') compile files('libs/dom4j-1.6.1.jar') compile files('libs/log4j-1.2.13.jar') compile files('libs/org-apache-poi-xslf-mofel-geom-PresetGeometries.jar') compile files('libs/schemaorg_apache_xmlbeans_new.jar') compile files('libs/sjsxp.jar') compile files('libs/xmlbeans-2.3.0.jar') }

ShkurtiA avatar Nov 15 '16 14:11 ShkurtiA