Last active
August 29, 2015 14:07
-
-
Save DerZyklop/f6b6f3f211153ef2fe74 to your computer and use it in GitHub Desktop.
Revisions
-
DerZyklop revised this gist
Dec 4, 2014 . 2 changed files with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,4 +20,6 @@ open "$(find ~/Applications /Applications -name "Android File Transfer.app" -pri cd WWW npm install bower --save-dev bower install openui5-bower cp -r bower_components/openui5-bower/resources resources/ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ init -g -
DerZyklop revised this gist
Dec 4, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,4 +20,4 @@ open "$(find ~/Applications /Applications -name "Android File Transfer.app" -pri cd WWW npm install bower --save-dev bower install openui5-bower cp -r bower_components/openui5-bower/resources resources/ -
DerZyklop revised this gist
Dec 2, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,3 +20,4 @@ open "$(find ~/Applications /Applications -name "Android File Transfer.app" -pri cd WWW npm install bower --save-dev bower install openui5-bower cp -r bower_components/openui5-bower/resources src/ -
DerZyklop revised this gist
Dec 2, 2014 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,9 @@ cordova build // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your device with the android-file-transfer app on your mac. open platforms/android/ant-build open "$(find ~/Applications /Applications -name "Android File Transfer.app" -print -quit)" // Install OpenUI5 cd WWW npm install bower --save-dev bower install openui5-bower -
DerZyklop revised this gist
Oct 6, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,5 @@ cordova platform add android cordova build // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your device with the android-file-transfer app on your mac. open platforms/android/ant-build open "$(find ~/Applications /Applications -name "Android File Transfer.app" -print -quit)" -
DerZyklop revised this gist
Oct 6, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,5 @@ export ANDROID_HOME=$(brew --prefix android) cordova platform add android cordova build // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your device with the android-file-transfer app on your mac. open "$(find ~/Applications /Applications -name "Android File Transfer.app" -print -quit)" -
DerZyklop revised this gist
Oct 6, 2014 . 1 changed file with 10 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,15 @@ sudo npm install -g cordova brew install android-sdk -g android // Now the "Android SDK-Manager" GUI opens; download the preselected packages plus "Android 4.4.2 (API 19)" brew cask install android-file-transfer brew install ant -g cordova create hello com.example.hello HelloWorld cd hello export ANDROID_HOME=$(brew --prefix android) cordova platform add android cordova build // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your -
DerZyklop renamed this gist
Oct 6, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
DerZyklop revised this gist
Oct 6, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ brew install android-sdk -g cordova create hello com.example.hello HelloWorld cd hello android // Now the "Android SDK-Manager" GUI opens; download the preselected packages plus "Android 4.4.2 (API 19)" export ANDROID_HOME=`brew --prefix android` cordova platform add android -
DerZyklop revised this gist
Oct 6, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ brew install android-sdk -g cordova create hello com.example.hello HelloWorld cd hello android // Now the "Android SDK-Manager" GUI opens; download the preselected packages. export ANDROID_HOME=`brew --prefix android` cordova platform add android -
DerZyklop revised this gist
Oct 6, 2014 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,8 @@ sudo npm install -g cordova brew install android-sdk -g cordova create hello com.example.hello HelloWorld cd hello android // Now the "Android SDK-Manager" GUI opens; download the preselected packages. cordova platform add android -
DerZyklop created this gist
Oct 6, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ sudo npm install -g cordova brew install android-sdk -g cordova create hello com.example.hello HelloWorld cd hello cordova platform add android