Hi everybody,
I set up my Android Custom Rom development yesterday.
Today i tried to create an application which is on the device
automatically.
I Coded an Android Application, disabled "Build automatically" in
eclipse, created a Android.mk file and registerd it in the
core.mk
file.
Now i would like to create a .apk file from my app by using the "mm"
Command in my apps folder. (packages/apps/BuiltInApp)
The make command does not work:
make: *** Keine Targets angegeben und keine »make«-Steuerdatei
gefunden. Schluss.
The "mm" command does not work either:
root@felix-H55M-UD2H:~/mydroid/packages/apps/BuiltInApp# mm
Das Programm »mm« ist in folgenden Paketen enthalten:
* mountmanager
* multimail
Versuchen Sie: apt-get install <ausgewähltes Paket>
What is the problem here? Can anybody tell me how to create this .apk
file using "mm" or "make"?