Changes between Version 18 and Version 19 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
- Timestamp:
- 11/18/17 18:49:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
v18 v19 57 57 Suggested .jshintrc attached (store in the folder just up from eden_mobile): 58 58 * http://eden.sahanafoundation.org/attachment/wiki/DeveloperGuidelines/EdenMobile/DevelopmentEnvironment/.jshintrc 59 60 8. Some developers may have problems with settings being retained even when uninstalled due to cloud backup (https://developer.android.com/guide/topics/data/autobackup.html#EnablingAutoBackup), in which case adjust {{{platforms/Android/AndroidManifest.xml}}}: 61 {{{ 62 <application android:allowBackup="false" 63 }}}