We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec134f9 commit 7970e28Copy full SHA for 7970e28
build_android.sh
@@ -149,10 +149,7 @@ then
149
tar_to_load=$BASEDIR/build/pdf2htmlEX-debug.tar
150
fi
151
152
-tar --extract --file $tar_to_load --directory=$ANDROID_APP_DIR/app/src/main jniLibs
153
-
154
-mkdir --parents $ANDROID_APP_DIR/app/src/main/assets
155
-tar --extract --file $tar_to_load --directory=$ANDROID_APP_DIR/app/src/main assets
+tar --extract --file $tar_to_load --directory=$ANDROID_APP_DIR/app/src/main jniLibs assets
156
157
# Build sample android app
158
cd $ANDROID_APP_DIR
0 commit comments