Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] 점호 주소 반환 Null Pointer 오류 #94

Open
b1urrrr opened this issue Aug 9, 2022 · 2 comments
Open

[ERROR] 점호 주소 반환 Null Pointer 오류 #94

b1urrrr opened this issue Aug 9, 2022 · 2 comments
Labels
error ⚠️ 해결되지 않는 오류

Comments

@b1urrrr
Copy link
Member

b1urrrr commented Aug 9, 2022

📝 Description

점호(RollcallActivity)에서 위치 새로고침 버튼 클릭 시 NullPointer 오류가 발생하는 경우가 많이 발생합니다. 같이 머리를 맞대고 해결해봅시다...🥲

📂 Location

  • RollcallActivity.kt 200 번째 줄

👩‍💻 오류 코드

E/AndroidRuntime: FATAL EXCEPTION: main
    Process: kr.co.sujungvillage, PID: 7459
    java.lang.NullPointerException
        at kr.co.sujungvillage.RollcallActivity.getLatLng(RollcallActivity.kt:200)
        at kr.co.sujungvillage.RollcallActivity.getCurrentLoc(RollcallActivity.kt:150)
        at kr.co.sujungvillage.RollcallActivity.onCreate$lambda-3(RollcallActivity.kt:63)
        at kr.co.sujungvillage.RollcallActivity.$r8$lambda$aol-sC1MqMH8pmsN8VPa3O-co0Y(Unknown Source:0)
        at kr.co.sujungvillage.RollcallActivity$$ExternalSyntheticLambda2.onClick(Unknown Source:2)
        at android.view.View.performClick(View.java:7448)
        at android.view.View.performClickInternal(View.java:7425)
        at android.view.View.access$3600(View.java:810)
        at android.view.View$PerformClick.run(View.java:28305)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:223)
        at android.app.ActivityThread.main(ActivityThread.java:7656)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
@b1urrrr b1urrrr added the error ⚠️ 해결되지 않는 오류 label Aug 9, 2022
@flora7883
Copy link
Member

flora7883 commented Aug 10, 2022

아직 해결 안된거야?
나도 고민 해볼게!

@b1urrrr
Copy link
Member Author

b1urrrr commented Aug 13, 2022

민경이가 예외처리 해놓은 상태!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error ⚠️ 해결되지 않는 오류
Projects
None yet
Development

No branches or pull requests

2 participants