appcelerator-hyperloop

Hyperloop compilation error

耗尽温柔 提交于 2020-01-04 05:42:05
问题 I've written before about a problem running Hyperloop project. If run a newly created project to witch I added Hyperloop from Appcelerator Studio it seems like compilation is stuck on: [INFO] Starting Hyperloop assembly [INFO] Skipping Hyperloop compile, no usage found ... So what I did now is to run it from command line using: HyperloopApp ophir$ appc run -p ios And right after Skipping Hyperloop compile, no usage found ... I get the following error messages: /Users/ophir/Documents

Can't run Hyperloop project

人盡茶涼 提交于 2020-01-04 02:45:06
问题 I've downloaded the latest SDK from master as explained here: http://builds.appcelerator.com/#master I've also downloaded the latest Hyperloop from here http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module and followed the instructions in the PDF file. I created a new Alloy project, in tiapp.xml I've created the plugin and module and ran my empty project. it didn't seem to complete compilation. it is stuck on: [INFO] : Alloy compiler completed successfully [WARN] :

How to use PolyUtil.containsLocation method from Google Maps API Utility Library in titanium android using hyper loop

南楼画角 提交于 2019-12-13 02:56:03
问题 I am using Google Maps API Utility Library in titanium android using hyper loop.But PloyUtil.containsLocation method showing error while passing parameters. How can we pass parameter. 回答1: In case you can/want to use the normal ti.map module: checkout this PR https://github.com/appcelerator-modules/ti.map/pull/261. It adds containsLocation : https://github.com/hansemannn/ti.map/commit/db1582ae44e3bb2ab86e354a2b9b45c794906c85#diff-629cb4ae53387d93242309699182cd16R161 So you don't need to use