안드로이드 개발 질문/답변
(글 수 45,052)
이제 안드로이드 책 보면서
공부하고있는 입문자입니다
위치기반 챕터에서
내장 APP으로 지도 표시하는건데요
애뮬로 실행하면 " 예상치못한" 에러가 뜨네요 ..
책 있는데로 하고있는데 안되는건
어떻게 해야하나요 ㅜㅜ
XML
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<Button
android:id="@+id/map"
android:onClick="map"
android:text="????"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>