I am now testing in a Windows 7 machine. I created a test app, but its giving some problems at build time. Log Snippet :
...
[INFO] Running Maven dependency copy plugin
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Quick Start Archetype 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: file://C:/Program Files (x86)/Android/android-sdk/extras/google/m2r
epository/com/android/support/support-v4/25.2.0/support-v4-25.2.0.pom
Downloading: file://C:/Program Files (x86)/Android/android-sdk/extras/android/m2
repository/com/android/support/support-v4/25.2.0/support-v4-25.2.0.pom
Downloading:
repo.maven.apache.org/maven2/com/android/support/support-v4/25.2.0/support-v4-25.2.0.pom
[WARNING] The POM for com.android.support:support-v4:aar:25.2.0 is missing, no d
ependency information available
Downloading: file://C:/Program Files (x86)/Android/android-sdk/extras/google/m2r
epository/com/android/support/support-v4/25.2.0/support-v4-25.2.0.aar
Downloading: file://C:/Program Files (x86)/Android/android-sdk/extras/android/m2
repository/com/android/support/support-v4/25.2.0/support-v4-25.2.0.aar
Downloading:
repo.maven.apache.org/maven2/com/android/support/support-v4/25.2.0/support-v4-25.2.0.aar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.100 s
[INFO] Finished at: 2017-09-26T11:49:25+05:30
[INFO] Final Memory: 7M/20M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project deps-extractor: Could not resolve depe
ndencies for project com.rhomobile.rhodes:deps-extractor:jar:1.0-SNAPSHOT: Could
not find artifact com.android.support:support-v4:aar:25.2.0 in repo0 (file://C:
/Program Files (x86)/Android/android-sdk/extras/google/m2repository) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1]
cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
rake aborted!
[d:/RhoMobileSuite6.0.0/ruby/lib/ruby/gems/1.9.1/gems/rhodes-6.0.0/platform/andr
oid/build/../../../res/build-tools/maven/bin/mvn.bat dependency:copy-dependencie
s -Dmaven.repo.local=d:/RhoMobileSuite6.0.0/ruby/lib/ruby/gems/1.9.1/gems/rhodes
-6.0.0/platform/android/build/../../../res/build-tools/maven/m2]
Any suggestions?