Open Hassanilyas143 opened 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
is there any one to help ?
The Crosswalk Project is no longer maintained: https://github.com/crosswalk-project. You might consider using something else.
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