You were right about it being an issue with the dev environment.
I deleted android studio and re-installed just the SDK manager, and the app is compiling. Thanks!
Search found 5 matches
- Fri Jun 03, 2016 6:26 pm
- Forum: Android Deployment
- Topic: apk finalization failed
- Replies: 7
- Views: 6127
- Wed Jun 01, 2016 8:54 pm
- Forum: Android Deployment
- Topic: apk finalization failed
- Replies: 7
- Views: 6127
Re: apk finalization failed
Hey guys I've recently compiled a (very simple) ratings app on Livecode 8.0 and deployed it to Android (on a Windows 10 PC). Upon deployment, no errors arose - however, the app does not load on either the AVD emulator or an android device. I've looked through the links and video provided on this thr...
- Fri May 27, 2016 7:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: sorting cards randomly in a stack
- Replies: 8
- Views: 5063
Re: sorting cards randomly in a stack
There will be a fixed number of cards in the stack so the adorable way is fine for now. But future versions will require updating card quantities, so this would be more useful. Thanks!
- Thu May 26, 2016 7:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: sorting cards randomly in a stack
- Replies: 8
- Views: 5063
Re: sorting cards randomly in a stack
Thanks guys! Got the issue sorted. I've pasted the final handler So the stack is now Card 1 (unmarked) -- Cards 2 - 17 (marked) -- card 18 (unmarked) i've placed the following handler on a button in card 1, on mouseUp sort marked cards of this stack by random(15) set the number of card "lastCard" to...
- Wed May 25, 2016 8:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: sorting cards randomly in a stack
- Replies: 8
- Views: 5063
sorting cards randomly in a stack
Hey guys Firstly, thanks for an excellent development language - for someone with no prior coding experience, LiveCode has been quite forgiving! I am trying to develop an "image ratings" app which has the following sequence of cards Card 1 (Instructions) --> Cards 2-20 (Images rated with a slider) -...