Android & iOS Mobile Apps
- Edited
Felli that's true. I have a small question! I added reload function to the original app. (swipe down to refresh) And, prevented loading loop (the one that you see at the opening) appearing every single reload. So, now the app can reload when swiping down, with correct animations, as expected. How do I apply changes to github? Is it hard? Never used it before. ?
Just found out that images on the phone (Marshmallow) cannot be shared on it. How hard is it to implement the feature?
Chope Are you using the app on a Flarum with Flagrow/Upload?
jordanjay29
No, haven't even installed it. Testing his own app which he provided on the Google play store.
- Edited
I am getting this error when i try to build the android app can anyone help
Executing tasks: [clean, :app:generateDebugSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:generateDebugAndroidTestSources]
Configuration on demand is an incubating feature.
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\nbfiv\AppData\Local\Android\Sdk\ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used.
please apply google-services plugin at the bottom of the build file.
Incremental java compilation is an incubating feature.
:clean
:app:clean
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAnimatedVectorDrawable2531Library
:app:prepareComAndroidSupportAppcompatV72531Library
:app:prepareComAndroidSupportDesign2531Library
:app:prepareComAndroidSupportMultidex101Library
:app:prepareComAndroidSupportRecyclerviewV72531Library
:app:prepareComAndroidSupportSupportCompat2531Library
:app:prepareComAndroidSupportSupportCoreUi2531Library
:app:prepareComAndroidSupportSupportCoreUtils2531Library
:app:prepareComAndroidSupportSupportFragment2531Library
:app:prepareComAndroidSupportSupportMediaCompat2531Library
:app:prepareComAndroidSupportSupportV42531Library
:app:prepareComAndroidSupportSupportVectorDrawable2531Library
:app:prepareComAndroidSupportTransition2531Library
:app:prepareComGithubDelightImAndroidAdvancedWebViewV300Library
:app:prepareComGoogleAndroidGmsPlayServicesBasement980Library
:app:prepareComGoogleAndroidGmsPlayServicesTasks980Library
:app:prepareComGoogleFirebaseFirebaseAnalytics980Library
:app:prepareComGoogleFirebaseFirebaseAnalyticsImpl980Library
:app:prepareComGoogleFirebaseFirebaseCommon980Library
:app:prepareComGoogleFirebaseFirebaseCore980Library
:app:prepareComGoogleFirebaseFirebaseIid980Library
:app:prepareComGoogleFirebaseFirebaseMessaging980Library
:app:prepareDebugDependencies
:app:compileDebugAidl
:app:compileDebugRenderscript
:app:generateDebugBuildConfig
:app:generateDebugResValues
:app:processDebugGoogleServices
Parsing json file: C:\Users\nbfiv\Desktop\Server Files\Android Forums\flarum-mobile-android-master\app\google-services.json
:app:processDebugGoogleServices FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'org.flarum.flarum'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 25.631 secs
Executing tasks: [:app:assembleDebug]
Configuration on demand is an incubating feature.
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\nbfiv\AppData\Local\Android\Sdk\ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used.
please apply google-services plugin at the bottom of the build file.
Incremental java compilation is an incubating feature.
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAnimatedVectorDrawable2531Library
:app:prepareComAndroidSupportAppcompatV72531Library
:app:prepareComAndroidSupportDesign2531Library
:app:prepareComAndroidSupportMultidex101Library
:app:prepareComAndroidSupportRecyclerviewV72531Library
:app:prepareComAndroidSupportSupportCompat2531Library
:app:prepareComAndroidSupportSupportCoreUi2531Library
:app:prepareComAndroidSupportSupportCoreUtils2531Library
:app:prepareComAndroidSupportSupportFragment2531Library
:app:prepareComAndroidSupportSupportMediaCompat2531Library
:app:prepareComAndroidSupportSupportV42531Library
:app:prepareComAndroidSupportSupportVectorDrawable2531Library
:app:prepareComAndroidSupportTransition2531Library
:app:prepareComGithubDelightImAndroidAdvancedWebViewV300Library
:app:prepareComGoogleAndroidGmsPlayServicesBasement980Library
:app:prepareComGoogleAndroidGmsPlayServicesTasks980Library
:app:prepareComGoogleFirebaseFirebaseAnalytics980Library
:app:prepareComGoogleFirebaseFirebaseAnalyticsImpl980Library
:app:prepareComGoogleFirebaseFirebaseCommon980Library
:app:prepareComGoogleFirebaseFirebaseCore980Library
:app:prepareComGoogleFirebaseFirebaseIid980Library
:app:prepareComGoogleFirebaseFirebaseMessaging980Library
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:processDebugGoogleServices
Parsing json file: C:\Users\nbfiv\Desktop\Server Files\Android Forums\flarum-mobile-android-master\app\google-services.json
:app:processDebugGoogleServices FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'org.flarum.flarum'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 8.285 secs
ExZiByte Try making sure that all dependencies are up to date in your build.gradle.
Felli I have done this and now Android Studio can't resolve alot of the "symbols"
http://prntscr.com/fo5zrd
I'll do some test runs then get back to you, might be some dependencies that are no longer supported being used.
0E800
I want the default colour to be similar to that of this forum - discuss.flarum.org. White background...
My forum URL is - https://afrihall.com
Please remove the Title bar, no need for it.
Thanks for your consideration.