Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SwiftAndoroidを使ってシミュレータでアプリを動かした話
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
matuyuji
January 28, 2016
Programming
660
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
SwiftAndoroidを使ってシミュレータでアプリを動かした話
SwiftAndoroidでAPKを作って、それをAndroidシミュレータで動かしてみました。
matuyuji
January 28, 2016
More Decks by matuyuji
See All by matuyuji
Emacs × Touch Bar
matuyuji
2
1.9k
ARKit + SceneKitでMinesweeperを作ってみた
matuyuji
1
830
Go + QtでiOS アプリ開発
matuyuji
0
420
@_specialized なお話し
matuyuji
0
520
Xcode Souce Code Extensionを使ってみた
matuyuji
0
450
Codebeatを 試してみた
matuyuji
0
820
React Nativeで UIコンポーネントをつくる
matuyuji
0
1.1k
React Nativeを使ってみた
matuyuji
0
1.4k
SwiftでLens
matuyuji
1
1.1k
Other Decks in Programming
See All in Programming
LLM Plugin for Node-REDの利用方法と開発について
404background
0
170
AI駆動開発で崩れていくコードベースを立て直す
kyoko_nr_nr
1
450
dRuby over BLE
makicamel
2
330
PHPで使える日時の表現と、その知り方 #frontend_phpcon_do
o0h
PRO
0
230
運用エージェントは "作る" から "育てる" へ - 記憶と自己進化の3層設計パターン / self-evolving-agents-three-layer-agent-design
gawa
12
3.6k
[2026年度第1回ORセミナー] 計画最適化ベンチャーと競技プログラミング人材
terryu16
0
260
依存関係から依存物へ―Dependencyという言葉の歴史をひも解く
j_lee
0
110
Spring Security 実践 ─ GraphQL APIで実務に役立つ 認証・認可 を学ぶ
wagyu
0
220
ECSアプリログをFireLensでコスト削減しようとしたけど諦めた話 in Fargate×Node.js
akihisaikeda
2
4k
その問い、本当に正しいですか?AI時代のエンジニアに必要な哲学と認知科学 / ai-philosophy-cognitive-science
minodriven
6
4k
例外の正しい扱い方 そのエラー try-catchして大丈夫?
jinwatanabe
0
210
Semantic Version 単位で戦略を柔軟に変えて、パッケージアップデートを自動化する
daitasu
0
220
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
247
13k
Building Adaptive Systems
keathley
44
3k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
190
Code Review Best Practice
trishagee
74
20k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.8k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
390
Tell your own story through comics
letsgokoyo
1
950
A designer walks into a library…
pauljervisheath
211
24k
The SEO Collaboration Effect
kristinabergwall1
1
480
Unsuck your backbone
ammeep
672
58k
Navigating Team Friction
lara
192
16k
Transcript
4XJGU"OEPSPJEΛͬͯ γϛϡϨʔλͰΞϓϦΛಈ͔ͨ͠ ؔϞόΠϧΞϓϦݚڀձ !NBUVZVKJ
@matuyuji safx-dev.blogspot.jp
4XJGU"OESPJE
None
None
Port of Apple's reference Swift toolchain to Android; doesn't quite
work yet SwiftAndroid / swift forked from apple/swift
https://github.com/SwiftAndroid/swift/wiki/Getting-started
6CVOUV CJU
https://www.vagrantup.com
7BHSBOU
7BHSBOU vagrant init boxcutter/ubuntu1510 vagrant up vagrant ssh
/%,4XJGU"OESPJE curl -LO http://dl.google.com/android/ndk/android-ndk-r10e-linux- x86_64.bin chmod a+x android-ndk-r10e-linux-x86_64.bin ./android-ndk-r10e-linux-x86_64.bin >
/dev/null export ANDROID_NDK_HOME=$HOME/android-ndk-r10e curl -LO https://github.com/SwiftAndroid/swift/releases/download/ swiftandroid-2016-01-06/swift_android_2016-01-06.tar.xz tar xf swift_android_2016-01-06.tar.xz export PATH=$PATH:$HOME/swiftandroid/bin
$PNQJMF $ echo 'print("Hello world!")' > hello.swift $ swiftc-android hello.swift
$ file hello hello: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, not stripped
"OESPJE4%, sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get
install -y libncurses5:i386 \ libstdc++6:i386 \ zlib1g:i386 sudo apt-get install -y openjdk-7-jdk curl -LO http://dl.google.com/android/android-sdk_r24.4.1- linux.tgz tar xf android-sdk_r24.4.1-linux.tgz export ANDROID_HOME=$HOME/android-sdk-linux echo y | $ANDROID_HOME/tools/android update sdk \ —-no-ui —-all \ —-filter platform-tools,tools,android-23,build-tools-23.0.2
4XJGU"OESPJE(SBEMF git clone https://github.com/SwiftAndroid/ swift-android-gradle.git cd swift-android-gradle ./gradlew install
4XJGU"OESPJE4BNQMFT git clone https://github.com/SwiftAndroid/ swift-android-samples.git cd swift-android-samples/swifthello ./gradlew build cp
-r build/outputs/apk/ /vagrant
7BHSBOU 1SPWJTJPOJOH
TBGY4XJGU"OESPJE7BHSBOU git clone https://github.com/safx/SwiftAndroid-Vagrant.git cd SwiftAndroid-Vagrant vagrant up ls apk
vagrant halt vagrant destroy
4JNVMBUPS
4JNVMBUFPO.BD curl -LO http://dl.google.com/android/android-sdk_r24.3.4- macosx.zip unzip android-sdk_r24.3.4-macosx.zip cd android-sdk-macosx echo
y | ./tools/android update sdk -a --no-ui —-filter \ android-23,sys-img-armeabi-v7a-android-23,platform-tools ./tools/android list targets ./tools/android create avd -n my_android23 -t 1 ./tools/emulator -avd my_android23 ./platform-tools/adb install swifthello-debug.apk
None
None
4PVSDFT
NBJOTXJGU @_silgen_name("Java_net_zhuoweizhang_swifthello_SwiftHello_return42") public func return42() -> Int { return 42
}
4XJGU)FMMPKBWB public class SwiftHello extends Activity { @Override protected void
onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); loadNativeDependencies(); TextView myText = (TextView) findViewById(R.id.mytext); myText.setText("Result of swift return42() function is " + return42()); } private static void loadNativeDependencies() { System.loadLibrary("c++_shared"); System.loadLibrary("icudata"); System.loadLibrary("icui18n"); System.loadLibrary("icuuc"); // Swift System.loadLibrary("swiftCore"); System.loadLibrary("swiftGlibc"); // Our library System.loadLibrary("swifthello"); } public static native int return42(); }