I am new to android…and i am trying to build an application that doesn’t have AndroidManifest.xml but does contains files like .sh,.bat,.exe,etc. Along with folders ant-lib and lib containing .jar files…
Please help me as to how should i build such an android project from scratch
Please help
Obvious question: Why do you want to create an app without an AndroidManifest.xml? It’s like creating a Java application without a main-method.
Maybe it helps if you give more details on what you’re trying to do. For example, why do you want to include .bat and .exe files in your application? Remember that Android is based on a Linux plattform so I’m not really sure what you’re trying to do here..