-2

How to compile with javac compiler the AndroidManifest.xml file from Android project? Or another console utility. There are such tools?

Xyanight
  • 1,315
  • 1
  • 7
  • 10
  • This question doesn't make sense. You can't compile an XML file with a Java compiler. An XML file is not Java source code. – Stephen C Mar 24 '18 at 01:50
  • What I think you are **trying** to ask is answered by this: https://stackoverflow.com/questions/24398041/build-android-studio-app-via-command-line – Stephen C Mar 24 '18 at 01:51

1 Answers1

-1

Just use the android sdk gradle build from the command line

Adou
  • 7
  • 5