keytool -genkey - v -keystore 名稱.keystore
http://code.google.com/intl/zh-TW/android/maps-api-signup.html
- Windows Vista:
C:\Users\\.android\debug.keystore
- Windows XP:
C:\Documents and Settings\\.android\debug.keystore
- OS X and Linux:
~/.android/debug.keystore
MapView要使用以下格式
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:apiKey="xxxxxxxxxxxxxxxxxxxxxxxxx"
/>
[xml]
< xml version="1.0" encoding="utf-8" ><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="edu.ntit.md.imwn.test" android:versionCode="1" android:versionName="1.0/>
<application android:icon="@drawable/icon" android:label="@string/app_name/>
<activity android:name=".test"
android:label="@string/app_name/>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<uses-library android:name="com.google.android.maps/></uses-library>
</application>
<uses-permission android:name="android.permission.INTERNET" />
</manifest>
[/xml]
要多
[xml]
<pre><uses-library android:name="com.google.android.maps"></uses-library> //java.lang.NoClassDefFoundError
<uses-permission android:name="android.permission.INTERNET" /></pre>
</pre>[/xml]
結果會是白的。還有很多沒設定
其它設定:
去掉TitleBar
[xml]<activity android:name=".HelloGoogleMaps" android:label="@string/app_name"</span>
<pre> <strong>android:theme="@android:style/Theme.NoTitleBar"</strong>>[/xml]
沒有留言:
張貼留言