Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
* [android] Delete arm-v7a and x86 so before the program is run.
Browse files Browse the repository at this point in the history
  • Loading branch information
miomin committed Jun 4, 2018
1 parent 6ba2553 commit 78e1000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ android {
resourcePrefix "weex"

delete 'libs/armeabi/libweexcore.so'
delete 'libs/armeabi-v7a/libweexcore.so'
delete 'libs/x86/libweexcore.so'

useLibrary 'org.apache.http.legacy'
copy {
from '../../pre-build'
Expand All @@ -72,6 +75,7 @@ android {
include 'weex-rax-api.js'
}


// copy {
// from '../../pre-build'
// into new File(projectDir,"assets")
Expand Down

0 comments on commit 78e1000

Please sign in to comment.