Jeff, thank you for the info on Dropbox, might try that if I cannot get Build and Run working from within Fusion 2.5
Posts by David
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
Allow installation on Non-Market applications is already ticked.
My PC is running Windows 8 so maybe it is something particular to that?As a temporary work around I have created a batch file which installs each new version of my current project to the phone.
Echo OFF
CD/
CD C:/Android/android-sdk/platform-tools
ADB devicesECHO Ready to install APK ?
PauseADB install -r "C:\Users\...full path and filename.apk"
ECHO Finished
PauseEXIT
-
Typing 'adb devices' I get...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
373.................EC device -
I have found that I can directly install the APK to my phone with USB using the ADB install command from a ADB command window. So I guess the ABD connection must be good and the problem may be with Fusion 2.5 (is there a log file of the Build and Run process?)
I used the command: ADB install C:/ClickTeam/[filename].apk
For the record I opened an ADB command window by locating C:/Android/android-sdk/
then Shift+Right Click on platform-tools and then select Open Command Window Here. -
Guys, thank you for your advice, unfortunatly I already have Development, USB debugging switched on.
I can email the APK to myself and install it on the phone that way, but build and run was really useful and it has stopped working.
Any other ideas please. -
Build and Run is not working for me, I have tried the universal USB driver above but still not working, I am using the latest Beta R281.9 and Android exporter, I am using a Samsung Galaxy S V2.3.3. This set-up was working for me before, has anyone had any issues with this Beta?
Is there a log file I could view to help locate the problem?
The APK file builds successfully and ADB devices command shows that the S1 is connected. -
I have...
Samsung Galaxy S1 GT-I9000 with Android Version 2.3.3 Gingerbread
NewAndroidTabletPC 7" 1Gb, Model MID with Android Version 4.0.3
-
Francois, thank you for the tutorial.
-
Working very well, thank you Yves.
-
I have mine too, thank you Clickteam.
-
Hi,
There is an updated Android Export Module for Fusion 2.5 already posted here....
Please login to see this link.
Just download it, install and use the same licence key you already have.
-
My game uses 48 tiles which need to be randomly spread into a 8 x 6 grid, I am trying to use nivram's excellent Random Card Draw Example, but in the example there are only 7 possible card positions, which keeps the entries in the event editor fairly low, however scaling this up to 48 card positions, with each event entry slightly different is quite long-winded.
Is there another way to achieve the same effect, is it possible using a loop?
Thank you for any advice.
-
Check out this thread..
Please login to see this link.
Francois is working on a new touch object.
-
I have solved my problem with MMF2 becoming unresponsive after creating the APK file.
I have located some general Android ADB Drivers for Win XP,7 and 8
Installing the driver cleared the yellow exclamation mark in Device Manager, MMF2 is now fully connected and the APK runs on the tablet.My tablet is a NATPC M009S.
I did have to temporally disable driver signature enforcement in windows 8 in order to get the driver to install.
-
I am also having problems getting my tablet to connect using the USB cable, MMF2 just locks up after creation of the APK file.
I have a NATPC M009S 7" Tablet with Android 4.0.3, I am using an Windows 8 Ultrabook, the device manager says, "No drivers are installed or required for this device"
WiFi ADB is working for me too.
-
Thank you Francois, it sounds great.
-
On my Windows 8 Ultrabook, it is necessary to double tap (touch) the screen before the touch is registered by the Multiple Touch object.
Is this a 'bug' or there a 'setting' that I need to change? It seems to work normally in Android.Also the help description for this object says...
'In order to work with multiple touch, the "Touch mode" property must be set to "Multiple touches" in the frame's properties.'
I cannot find 'Multiple Touches' setting?
-
I second that!
It is excellent...and with OUYA compatibility built in, it is going to be big! -
Thank you Francois, I am happy to Beta test on my Ultrabook if that helps.
-
Do the Location and Accelerometer Objects only work with iOS and Android devices?
I have access to a Windows 8 Ultrabook (touch) with GPS, Accelerometer and other sensors, I do not seem to be able to retrieve any data from them.
Made simple mfa, reading and displaying the values, just gives zero values.
NB. The Multiple Touch Object is working.