wiki/onboarding.md
... ...
@@ -112,6 +112,10 @@ To deploy an Android project (for example com.sap.sailing.racecommittee.app) to
112 112
3. Select your attached device in the device selection screen
113 113
4. The app should be started after deployment
114 114
115
+#### Further hints
116
+
117
+If you are working with a linux-system and you get the error message `error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory` try to install lib32z1 and lib32stdc++6.
118
+
115 119
####Steps to consider for using other modules
116 120
1. For Eclipse Build
117 121
* MANIFEST.MF , add module names unter dependencies
... ...
@@ -160,4 +164,4 @@ The Android Apps can be build in Android Studio or gradle command line. Android
160 164
2. choose git in the drop down
161 165
3. if everything is correct, you'll see the current branch at the bottom line
162 166
163
-See [RaceCommittee App](racecommittee-app) for more information regarding the mobile app.
167
+See [RaceCommittee App](racecommittee-app) for more information regarding the mobile app.
... ...
\ No newline at end of file