サンプル ApiDemos をEclipseプロジェクトにインポートする方法

「サンプル ApiDemos をEclipseプロジェクトにインポートする方法」の編集履歴(バックアップ)一覧はこちら

サンプル ApiDemos をEclipseプロジェクトにインポートする方法」(2009/07/01 (水) 00:15:45) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

サンプル ApiDemos をEclipseプロジェクトにインポートする方法 .classpathファイル、.projectファイルを android-sdk-windows-1.1_r1\samples\ApiDemos 直下に置いて、EclipseのImportよりEclipseのプロジェクトとしてインポートする。 .classpath <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="output" path="bin"/> </classpath> .project <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>ApiDemos</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.ApkBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription>
サンプル ApiDemos をEclipseプロジェクトにインポートする方法 .classpathファイル、.projectファイルを android-sdk-windows-1.5_r2\platforms\android-1.5\samples\ApiDemos 直下に置いて、EclipseのImportよりEclipseのプロジェクトとしてインポートする。 .classpath <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="output" path="bin"/> </classpath> .project <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>ApiDemos</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.ApkBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription>

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。