line / line-sdk-starter-android-v2

A starter application that demonstrates how to use LINE SDK V2 for Android.
MIT License
35 stars 27 forks source link

Login Error #30

Open aryanaqq opened 5 years ago

aryanaqq commented 5 years ago

I use this project with latest SDK 4.0.8 and upgrade project setting to [Gradle Version=>4.6]& [Android Plugin Version3.2.1] (cuz got error:"No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android" seems to old gradle version)

change the channel ID then build APK. so far so good. when press "Login with Line". Pop out the Line Client APP but show"錯誤 無法正常執行"(Error Can't Execute) Error here:

E/ActivityTrigger: activityStartTrigger: not whiteListedjp.line.android.sdk.sample/jp.line.android.sdk.sample.MainActivity/1
E/ActivityTrigger: activityStartTrigger: not whiteListedjp.line.android.sdk.sample/com.linecorp.linesdk.auth.internal.LineAuthenticationActivity/1
E/ActivityTrigger: activityStartTrigger: not whiteListedjp.naver.line.android/jp.naver.line.android.IdentityRequiredSchemeServiceActivity/19081503
E/ActivityTrigger: activityStartTrigger: not whiteListedjp.naver.line.android/jp.naver.line.android.urlscheme.service.oauth.OAuthWebLoginServiceActivity/19081503_

and press "browser login". shows the browser correctly but when type in the account&password. It always return got the the account is not signed up,wrong e-mail or wrong password.

I check and try several times.and checked the line account which I already logged in both PC and Mobile. Need a big help.I'm new to android studio(need this in Unity Project).

Hope maybe somedays will add Unity's package. Sorry for poor English. Many thanks.