I am using this package along side with SublimeJava and the maven-android-plugin. Clean Install works fine, however if I use the target android:run which should launch the app's launcher activity on the phone nothing happens. Also, the autocorrect functionality from SublimeJava only works for core java libs, none of my classes or library's are working imports or otherwise.
mvn -version
Apache Maven 3.0.4 (r1232337; 2012-01-17 00:44:56-0800)
Maven home: /usr/local/Cellar/maven/3.0.4/libexec
Java version: 1.6.0_37, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.8.2", arch: "x86_64", family: "mac"
I am using this package along side with SublimeJava and the maven-android-plugin. Clean Install works fine, however if I use the target android:run which should launch the app's launcher activity on the phone nothing happens. Also, the autocorrect functionality from SublimeJava only works for core java libs, none of my classes or library's are working imports or otherwise.
mvn -version
Apache Maven 3.0.4 (r1232337; 2012-01-17 00:44:56-0800) Maven home: /usr/local/Cellar/maven/3.0.4/libexec Java version: 1.6.0_37, vendor: Apple Inc. Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x", version: "10.8.2", arch: "x86_64", family: "mac"
neo.sublime-project:
Sublime User Preferences:
Also, I installed maven from homebrew.
Let me know how I can help if Android currently isn't supported.