안드로이드 개발 질문/답변
(글 수 45,052)
xml에서 다음과 같이 작업을 했는데 화면이 안뜨네요
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="내 구글 인증키"
/>
.java에는 에러나는 부분은 하나도 없구 다른 기본적인 구글만 보여주기는 되는데 제가 구현한것은 안되네요...
문제가 뭘까요?
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="내 구글 인증키"
/>
.java에는 에러나는 부분은 하나도 없구 다른 기본적인 구글만 보여주기는 되는데 제가 구현한것은 안되네요...
문제가 뭘까요?



