If you have installed the APK Generator and you can’t get the APK for the Android version of an app, this may be caused by some librairies which are not installed on your server.

Fix

Connect with SSH root access to your server, and enter these commands:

  • If your server is on a Debian or Ubuntu distribution: “sudo apt-get install lib32stdc++6” and then “sudo apt-get install lib32z1 lib32z1-dev”
  • if your server is on a Fedora or CentOs distribution: “yum install libstdc++.i686” and “yum install zlib.i686”

Did You Find This Article Helpful?

Yes - 6 visitors found this post helpful
No - 34 visitors found this post was not helpful