klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.

Home Page:https://klinkerapps.com/talon-overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The app constantly "Stops" when I install and try to open it

marvic2409 opened this issue · comments

I built the app and put in the twitter consumer keys, but when I install it on my device (Galaxy S9 running android 9.0) the app stops. It opens to a gray screen and just stops.

You would have to provide a log, for me to provide any insight. I am not seeing any issues on the production version of Talon, so I do not think it is the app.

Where can I find a log?

Android Studio provides logcat output.

This is all I got:

2:14 PM Gradle sync started

2:14 PM Project setup started

2:15 PM Gradle sync finished in 48 s 630 ms

2:15 PM Executing tasks: [:wear:generateDebugSources, :shared_assets:generateDebugSources, :searchview:generateDebugSources, :app:generateDebugSources, :myapplication:generateDebugSources]

2:15 PM Gradle build finished in 4 s 752 ms

2:18 PM Executing tasks: [:wear:assembleDebug, :app:assembleDebug, :myapplication:assembleDebug]

2:20 PM Gradle build finished in 1 m 58 s 162 ms

2:24 PM Executing tasks: [:app:assembleRelease]

2:25 PM Gradle build finished in 1 m 31 s 315 ms

2:25 PM Generate Signed APK
APK(s) generated successfully for 1 module:
Module 'app': locate or analyze the APK.

Can you just tell me step by step how to compile on windows 10?

I'm not going to do that, sorry. Making Android apps is not something that I can explain in the comments of a GitHub issue. There are many tutorials on Google for developing your first app, which would give you more information on Android Studio and the build process.

The app is available on Google Play. If you aren't a developer, that would be the better route to go.

Well the app compiles and it gives me no errors. I only put in the consumer api keys and not the access tokens. Is that what I did wrong? There were no areas for the access tokens

I do not know what the issue is, until you post the log output. What you posted above is the build output. There is a logcat tab, describing runtime errors, in android studio.

I get this error: This version of Android Studio cannot open this project, please retry with Android Studio 3.5 or newer.

I am using version 3.4 and there is no version 3.5 for windows