dbankier / TiShadow

Quick Titanium previews across devices
http://tishadow.yydigital.com
Other
385 stars 122 forks source link

[Android] build fails on Ti SDK 9 cause of new gradle system. #568

Closed Astrovic closed 4 years ago

Astrovic commented 4 years ago

In order to continue using TiShadow on Android with TiSDK>9, it would be necessary to update to use gradle.

dbankier commented 4 years ago

Thanks. Will hopefully look into it soon.

On Thu, Mar 5, 2020 at 12:59 PM Vittorio Sorbera notifications@github.com wrote:

In order to continue using TiShadow on Android with TiSDK>9, it would be necessary to update to use gradle.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dbankier/TiShadow/issues/568?email_source=notifications&email_token=AAGE3XLCS5CVIFHZP362J33RF6AY3A5CNFSM4LCHGX3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISXUKEQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGE3XILBHF4UDQSY4CFYKTRF6AY3ANCNFSM4LCHGX3A .

dbankier commented 4 years ago

Is there a post anywhere for 9.0 migration?

On Thu, Mar 5, 2020 at 4:10 PM David Bankier bankierd@gmail.com wrote:

Thanks. Will hopefully look into it soon.

On Thu, Mar 5, 2020 at 12:59 PM Vittorio Sorbera notifications@github.com wrote:

In order to continue using TiShadow on Android with TiSDK>9, it would be necessary to update to use gradle.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dbankier/TiShadow/issues/568?email_source=notifications&email_token=AAGE3XLCS5CVIFHZP362J33RF6AY3A5CNFSM4LCHGX3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISXUKEQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGE3XILBHF4UDQSY4CFYKTRF6AY3ANCNFSM4LCHGX3A .

Astrovic commented 4 years ago

Thanks 👍 This is for general android module migration: https://wiki.appcelerator.org/display/guides2/Android+Module+Upgrade+Guide#AndroidModuleUpgradeGuide-MigrationtoSDK9.0.0

dbankier commented 4 years ago

Got it. Already updated the native modules. Working on updating the node packages, it has been a long time since that was done. The min-node version is still 0.12. Might take bit of time.

On Thu, Mar 5, 2020 at 4:20 PM Vittorio Sorbera notifications@github.com wrote:

Thanks 👍 This is for general android module migration: https://wiki.appcelerator.org/display/guides2/Android+Module+Upgrade+Guide#AndroidModuleUpgradeGuide-MigrationtoSDK9.0.0

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dbankier/TiShadow/issues/568?email_source=notifications&email_token=AAGE3XNAMIUURZCNE6K62MLRF6YLXA5CNFSM4LCHGX3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN5NQTQ#issuecomment-595253326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGE3XLBSE5ZHSRHZF2PRG3RF6YLXANCNFSM4LCHGX3A .

Astrovic commented 4 years ago

Ok, thanks a lot for your support! I love TiShadow, I always preferred it to liveview.

dbankier commented 4 years ago

All fixed. Currently can be installed with npm install tishadow@next. Code changes currently on the ti_9 branch.