mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
changed to loadInWebView
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ class Create
|
||||
"
|
||||
code_dir = File.join(@path, "src", @pkg.gsub('.', File::SEPARATOR))
|
||||
FileUtils.mkdir_p(code_dir)
|
||||
open(File.join(code_dir, "#{ @name.gsub(' ','') }.java"),'w') { |f| f.puts j.gsub(' ','') }
|
||||
open(File.join(code_dir, "#{ @name.gsub(' ','') }.java"),'w') { |f| f.puts j }
|
||||
end
|
||||
|
||||
# friendly output for now
|
||||
|
||||
Reference in New Issue
Block a user