Skip to content

Instantly share code, notes, and snippets.

@ckozus
Created July 10, 2011 19:22
Show Gist options
  • Save ckozus/1074868 to your computer and use it in GitHub Desktop.
Save ckozus/1074868 to your computer and use it in GitHub Desktop.
rake compile output
[jruby-1.6.2@android] ckozus@Feather:~/dev/android/parsing_error$ rake compileAndroid SDK Tools Revision 12
Project Target: Android 2.1-update1
API level: 7
------------------
Resolving library dependencies:
No library dependencies.
------------------
WARNING: No minSdkVersion value set. Application will install on all Android versions.
Importing rules file: tools/ant/main_rules.xml
-dirs:
Creating output directories if needed...
-resource-src:
Generating R.java / Manifest.java from the resources...
-aidl:
Compiling aidl files into Java classes...
javac:
Compiling 1 source file to /Users/ckozus/dev/android/parsing_error/bin/classes
compile:
compiling Duby source in /Users/ckozus/dev/android/parsing_error/src to /Users/ckozus/dev/android/parsing_error/bin/classes
Parsing...
/Users/ckozus/dev/android/parsing_error/src/com/insignia4u/ParsingError/ParsingError.mirah
[jruby-1.6.2@android] ckozus@Feather:~/dev/android/parsing_error$
package com.insignia4u.ParsingError
import android.app.Activity
class ParsingError < Activity
def onCreate(state)
super state
# Unmatched parenthesis on the following line.
setContentView (R.layout.main
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment