How to compile with javac compiler the AndroidManifest.xml file from Android project? Or another console utility. There are such tools?
Asked
Active
Viewed 349 times
-2
-
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