Differences
This shows you the differences between two versions of the page.
tips:capacitor [2018/03/29 12:08] – created scipio | tips:capacitor [2018/03/29 12:55] (current) – [setup] scipio | ||
---|---|---|---|
Line 36: | Line 36: | ||
npx cap add android | npx cap add android | ||
npx cap sync | npx cap sync | ||
+ | |||
# desktop | # desktop | ||
# npx cap add electron | # npx cap add electron | ||
</ | </ | ||
+ | |||
+ | android studio: | ||
+ | * remove android/ | ||
+ | * adjust android/ | ||
+ | * import project as external gradle model from < | ||
+ | |||
+ | <file txt local.properties> | ||
+ | ndk.dir=/ | ||
+ | sdk.dir=/ | ||
+ | |||
+ | </ | ||
add plugin | add plugin |