Module: Android

Included in:
PhoneGap
Defined in:
lib/devices/android.rb

Instance Method Summary collapse

Instance Method Details

#android_supported?Boolean

FIXME

Returns:

  • (Boolean)


3
4
5
# File 'lib/devices/android.rb', line 3

def android_supported?
  false
end

#build_android(path) ⇒ Object

FIXME



8
9
10
# File 'lib/devices/android.rb', line 8

def build_android(path)
  FileUtils.mkdir_p(File.join(bin,'android')) if android_supported?
end