Closed MobiusHorizons closed 4 years ago
Update: I updated the line in the Makefile to specify the PROJECTNAME variable, but then I noticed that all the variables were getting written into the file as blanks (eg projectname=""
). I don't know why this is, since it seems like the variables were getting exported correctly. I edited the file manually and it worked, but
make -B AndroidManifest.xml
results in a broken manifest.
Do you have a github project I could try to pull and try out and see what's going on with?
This was just after checking out the repo with no other modifications.
herp derp.... ok I think I see the issue.
Following the instructions I ran
after which I saw the following error message:
It looks like a variable
package="${PACKAGENAME}"
was left un-replaced from the template.looking at the Makefile:
it doesn't look like the package name is added for substitution.