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

DB에서 값 받아서 출력하기(며칠째ㅠㅠㅠㅠ) [closed]

0 추천

안녕하세요 초보 안드 배우는 사람입니다. 지금 며칠짼지 모르겠어요ㅠㅠㅠ 도와주세요

하단은 에러코드? Run인데 모르겠어요ㅠㅠㅠ

05/12 19:26:58: Launching app
$ adb push C:\Users\Public\project\app\build\outputs\apk\debug\app-debug.apk /data/local/tmp/com.example.project
$ adb shell pm install -t -r "/data/local/tmp/com.example.project"
Success
APK installed in 3 s 72 ms
$ adb shell am start -n "com.example.project/com.example.project.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet..Waiting for process to come online
Connected to process 26226 on device samsung-sm_g950n-ce0717175044bc8f0d
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
E/Zygote: isWhitelistProcess - Process is Whitelisted
E/Zygote: accessInfo : 1
I/example.projec: Late-enabling -Xcheck:jni
W/ActivityThread: Application com.example.project can be debugged on port 8100...
D/vndksupport: Loading /vendor/lib64/egl/libGLES_mali.so from current namespace instead of sphal namespace.
D/libEGL: loaded /vendor/lib64/egl/libGLES_mali.so
I/DecorView: createDecorCaptionView >> DecorView@9819b8d[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true
W/example.projec: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
W/example.projec: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
D/ScrollView: initGoToTop
D/OpenGLRenderer: Skia GL Pipeline
D/EmergencyMode: [EmergencyManager] android createPackageContext successful
D/InputTransport: Input channel constructed: fd=60
D/ViewRootImpl@7d91631[MainActivity]: setView = DecorView@9819b8d[MainActivity] TM=true MM=false
D/ViewRootImpl@7d91631[MainActivity]: dispatchAttachedToWindow
D/ViewRootImpl@7d91631[MainActivity]: Relayout returned: old=[0,0][1440,2960] new=[0,0][1440,2960] result=0x7 surface={valid=true 496284520448} changed=true
I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 2
D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
D/OpenGLRenderer: eglCreateWindowSurface = 0x738d32a680, 0x738cdcd010
D/ScrollView:  onsize change changed 
D/vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
D/ViewRootImpl@7d91631[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 1
D/InputMethodManager: prepareNavigationBarInfo() DecorView@9819b8d[MainActivity]
    getNavigationBarColor() -855310
D/InputMethodManager: prepareNavigationBarInfo() DecorView@9819b8d[MainActivity]
    getNavigationBarColor() -855310
V/InputMethodManager: Starting input: tba=com.example.project ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
D/InputMethodManager: startInputInner - Id : 0
I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
D/ViewRootImpl@7d91631[MainActivity]: MSG_RESIZED: frame=Rect(0, 0 - 1440, 2960) ci=Rect(0, 96 - 0, 192) vi=Rect(0, 96 - 0, 192) or=1
D/InputTransport: Input channel constructed: fd=70
D/InputMethodManager: prepareNavigationBarInfo() DecorView@9819b8d[MainActivity]
D/InputMethodManager: getNavigationBarColor() -855310
V/InputMethodManager: Starting input: tba=com.example.project ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
D/InputMethodManager: startInputInner - Id : 0
Application terminated.
질문을 종료한 이유: 해결
졸업할수있을까 (210 포인트) 님이 2019년 5월 12일 질문
졸업할수있을까님이 2019년 5월 13일 closed
...