Hi, How about out/target/product/generic/data/app/ ??
On 11月25日, 午前11:28, xie zzl <[email protected]> wrote: > I created a new application, it's very simple, just like > HelloActivity. > no error came out, but i can not find APK file in the out/target/ > product/generic/system/app. > I checked out/target/common/obj/APPS/FMTrans_intermediates which is my > application direction. and, I dont have classes.dex, classes.jar and > emma_out . > > can any guy help me? > > The follows are my Andorid.mk and AndroidManifest.xml > -------------------------- > Andorid.mk------------------------------------ > LOCAL_PATH:= $(call my-dir) > include $(CLEAR_VARS) > > LOCAL_SRC_FILES := $(call all-subdir-java-files) > > LOCAL_PACKAGE_NAME := FMTrans > LOCAL_SDK_VERSION := current > > include $(BUILD_PACKAGE) > include $(call all-makefiles-under,$(LOCAL_PATH)) > > ------------------------- > AndroidManifest.xml----------------------------- > <?xml version="1.0" encoding="utf-8"?> > <manifest xmlns:android="http://schemas.android.com/apk/res/android" > package="com.android.FMTrans"> > <application android:icon="@drawable/icon" android:label="@string/ > app_name"> > <activity android:name=".FMTrans"> > <intent-filter> > <action android:name="android.intent.action.MAIN" /> > <category > android:name="android.intent.category.LAUNCHER" /> > </intent-filter> > </activity> > </application> > </manifest> -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
