마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

Keep Stoping 에러입니다 도와주세요

0 추천
2019-06-03 00:30:05.335 22881-22881/? I/m.example.main: Not late-enabling -Xcheck:jni (already on)

2019-06-03 00:30:05.361 22881-22881/? W/m.example.main: Unexpected CPU variant for X86 using defaults: x86

2019-06-03 00:30:05.505 22881-22881/com.example.maina I/m.example.main: The ClassLoaderContext is a special shared library.

2019-06-03 00:30:05.872 22881-22881/com.example.maina W/m.example.main: JIT profile information will not be recorded: profile file does not exits.

2019-06-03 00:30:05.874 22881-22881/com.example.maina I/chatty: uid=10086(com.example.maina) identical 10 lines

2019-06-03 00:30:05.874 22881-22881/com.example.maina W/m.example.main: JIT profile information will not be recorded: profile file does not exits.

2019-06-03 00:30:05.928 22881-22881/com.example.maina D/AndroidRuntime: Shutting down VM

2019-06-03 00:30:05.932 22881-22881/com.example.maina E/AndroidRuntime: FATAL EXCEPTION: main

    Process: com.example.maina, PID: 22881

    java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException:

    

    ******************************************************************************

    * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers    *

    * should follow the instructions here: https://goo.gl/fQ2neu to add a valid  *

    * App ID inside the AndroidManifest. Google Ad Manager publishers should     *

    * follow instructions here: https://goo.gl/h17b6x.                           *

    ******************************************************************************

    

    

        at android.app.ActivityThread.installProvider(ActivityThread.java:6396)

        at android.app.ActivityThread.installContentProviders(ActivityThread.java:5938)

        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5853)

        at android.app.ActivityThread.access$1100(ActivityThread.java:199)

        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650)

        at android.os.Handler.dispatchMessage(Handler.java:106)

        at android.os.Looper.loop(Looper.java:193)

        at android.app.ActivityThread.main(ActivityThread.java:6669)

        at java.lang.reflect.Method.invoke(Native Method)

        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)

        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

     Caused by: java.lang.IllegalStateException:

    

    ******************************************************************************

    * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers    *

    * should follow the instructions here: https://goo.gl/fQ2neu to add a valid  *

    * App ID inside the AndroidManifest. Google Ad Manager publishers should     *

    * follow instructions here: https://goo.gl/h17b6x.                           *

    ******************************************************************************

    

    

        at com.google.android.gms.internal.ads.zzabh.attachInfo(Unknown Source:16)

        at com.google.android.gms.ads.MobileAdsInitProvider.attachInfo(Unknown Source:3)

        at android.app.ActivityThread.installProvider(ActivityThread.java:6391)

        ... 10 more

 

log 입니다.

 

잘 동작되던 어플리케이션이 adview를 추가하고 지웠더니 실행이 안됩니다.

혹시 어느 부분에 문제가 있을까요?
김다빈 님이 2019년 6월 3일 질문

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...