dougdiego / CrosswalkDemo

A simple project showing how to embed Crosswalk into an Android application.
MIT License
61 stars 33 forks source link

adding both 32 and 64 bit cross walk do not work #9

Open Hassanilyas143 opened 5 years ago

Hassanilyas143 commented 5 years ago

i tried a lot to implement it for both 32 and 64 bit in the android studio but could not get success basically, i have added both 32 and 64 bit code in the gradle file like below

implementation 'org.xwalk:xwalk_core_library:21.51.546.7'

implementation 'org.xwalk:xwalk_core_library:21.51.546.7-64bit'

and have implement all the logic to add both .aar files by following the procedure explained in the like below

url for adding both 32 and 64 bit

i also tried by adding both in the dependencies manually

but it is working in the debug mode but do not in the release mode, when i run the project in the release mode it give me blow error

Program type already present: SevenZip.CRC

Hassanilyas143 commented 5 years ago

is there any one to help ?

dougdiego commented 5 years ago

The Crosswalk Project is no longer maintained: https://github.com/crosswalk-project. You might consider using something else.