Titanium mobileでAndroidのアプリ名を設定する

titaniumのversionは1.7.2。

tiapp.xmlの

    <android xmlns:android="http://schemas.android.com/apk/res/android"/>

を下記のように修正する。

    <android xmlns:android="http://schemas.android.com/apk/res/android">
		<manifest>
			<application android:debuggable="false" android:icon="@drawable/appicon" android:label="ここにアプリ名" >
			</application>
		</manifest>

    </android>

他にもAndroidManifest.xmlに書くようなことは、ここに記述すれば良いっぽいです。

コメントをどうぞ

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>