sqlite-sync / SQLite-sync.com

AMPLI-SYNC is a framework for synchronizing data between a Sqlite database and an MS SQL/MySQL/Oracle/PostgreSQL database. With this framework your application can work completely offline (Airplane Mode), then perform an automated Bidirectional Synchronization when an internet connection becomes available.
https://ampliapps.com/sqlite-sync/
BSD 3-Clause "New" or "Revised" License
328 stars 82 forks source link

Android Demo does not work #29

Closed swaytz closed 4 years ago

swaytz commented 4 years ago

The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS Installation failed due to: 'null'

For the later sdk versions of 27 or higher

swaytz commented 4 years ago

This is solved. The error was triggered due to a mismatch of the apache commons version. On change to version 2.5, the installation was successful.

linking123 commented 4 years ago

THX..

I meet the same problem. And i update implementation 'org.apache.directory.studio:org.apache.commons.io:2.4' to implementation group: 'commons-io', name: 'commons-io', version: '2.7' and then run success.