Commit Graph

18 Commits

Author SHA1 Message Date
Armin Novak bb9a508e63 Add wiki link to README files 2023-12-12 19:36:54 +01:00
akallabeth 5a20beb25c [documentation] add overall building/dependency info 2023-03-15 09:42:52 +01:00
Robin fce3acbed9 Update README.android
- CMake should be used from Android SDK. Personally I had issues using CMake from my OS (Ubuntu)
- minimum version of Android NDK must be 15c, as build target API level 26 is not supported on earlier releases
- removed ABIs that are unsupported in recent NDK and also not build by default

@akallabeth thank you for pointing out that I was using the wrong CMake version.
2020-12-08 14:11:42 +01:00
Csaba Toth 04a626510e
Documentation copy-paste error fix when referring to the Android 64 bit config 2017-12-16 11:37:32 -08:00
Armin Novak 62544e0b8a Added android release build configurations. 2017-01-16 15:25:20 +01:00
Armin Novak ea41084281 Updated build tools and readme for android. 2016-12-02 12:04:53 +01:00
Armin Novak 8e552e20a9 Updated readme for android. 2016-06-06 11:34:13 +02:00
Armin Novak b8106a1a62 Updated documentation and default build config. 2016-02-01 16:01:32 +01:00
Bernhard Miklautz 749d93ae39 client/android: misc updates and fixes
* increase minimum required SDK to 14
* change functions from void to BOOL where required to have proper
  return values
* update the JAVA classes and JNI accordingly
* add return value checks for *alloc and strdup
2015-06-22 19:10:00 +02:00
Bernhard Miklautz 2c30f4c8f7 android: update documentation
Add Android support library to requirements.
2014-11-15 01:04:57 +01:00
Armin Novak 5372153dd7 Updated documentation for android. 2013-12-08 14:18:34 +01:00
Armin Novak 755c66f728 Updated readme. 2013-11-18 10:28:59 +01:00
Armin Novak 90f1be51dd Updated android build readme. 2013-11-18 10:27:45 +01:00
Armin Novak 5a801a3951 Updated documentation. 2013-11-08 16:43:33 +01:00
Bernhard Miklautz 4c3ceb6093 android build: set default ndk api level to 9
API level 9 is required in order build the android client with audio
support.
2013-10-01 23:30:58 +02:00
Armin Novak 64d4dda20b Added documentation for android SDK variables. 2013-09-17 15:58:32 +02:00
Bernhard Miklautz 558d40b18c Fixed typo 2013-08-08 12:41:04 +02:00
Bernhard Miklautz f239e1f9c4 aFreeRDP: initial release
This is the initial release of aFreeRDP the FreeRDP Android client.
For build instructions have a look to docs/README.android.
2013-01-29 12:59:58 +01:00