for example, to use Amap
to edit the AndroidManifest.xml of an Android project (usually in androidappsrcmainAndroidManifest.xml), add the following code:
<application>
<meta-data
android:name="com.amap.api.v2.apikey"
android:value=" Key" />
</application>