C++

[PAClient Error] Error: E2820 Could not find program... zipalign.exe

Author: David P This error message can occur when trying to deploy a mobile application to Android if you recently updated the Android SDK version that is being used by the IDE.   Google recently changed the package and location of zipalign in SDK Rev. 23 and the IDE is no longer able to find the file.  The full error message in RAD Studio is: [PAClient Error] Error: E2820 Could not find…
Read more
News

Detecting connected Bluetooth devices on Android

In Appmethod, we include many different components. This includes visual components for user interface elements and also non-visual components for database access, accessing device sensors/services, connecting to REST services etc. While Appmethod includes many pre-built…