benbahrenburg / benCoding.AlarmManager

Titanium Module for working with the Android AlarmManager
Other
98 stars 84 forks source link

Compile error #78

Closed paulbauer1 closed 7 years ago

paulbauer1 commented 7 years ago

Sorry to bother you with this, but I have not been able to figure this out. When I try to compile I receive an error that the /android/manifest file does not exist. There is a manifest file in the root of the project, but there is no android folder unless it is referring to the build folder. I am trying to compile using package android module in titanium. In the past I have compiled from the terminal window, but there has always been a build.py file that I have executed to do this. That file does not exist in this project so I am a littel lost as far as how to compile form the terminal. The modules I have compiled in the past have all been for iOS modules including your notify module which was very helpful.

Thank you,

Paul

paulbauer1 commented 7 years ago

I was able to get past this error by creating a folder named android in the project root and moving the following folders and files from the root into the android folder.

build dist hooks platform src build.properties build.xml license manifest timodule.xml