-
android sdk
Hi everyone!
I download the android SDK from https://github.com/ClickteamLLC/android
anyone knows what's this for? and how to use this? Is this for making MMF extensions?
I followed the docs and create a new class under extension and then don't know how to make the extension files. I am now pretty confused with this sdk. :(
thanks!
-
You can only use it if you have the Android Exporter. That's where you setup the path where the SDK's are installed.
MMF will take care of the rest.
-
It is as clear as explained by the link. It is aimed to develop android extensions. Please read the help file contained at this adress (doc folder) before asking questions. It will at least answer your basic questions and you can ask then if it is not working as expected.
-
This apart cover Extension to be made using C
The Android SDK for Java is almost ready (need to finish some documentation to help developer).
-
That's great news, FVivolo.
@shuzhuoqq: sorry I did not read carefully your post. Did you try to compile with Eclipse or similar tools?
-
no, I only tried intellij idea. Maybe Eclipse will give me a surprise.
-
@FVivolo so it is for making the mmf extension that can work in android, right?
I was writing in JAVA,so how can I produce the mmf extension file? In the doc folder, it only says something about packaging. Would you please to help? thanks.
-
i think you have to zip the extension (may you rezip another extension to see what i'm talking about)
-
@StingRay yes, I tried to zip the extension. however, I still cannot find the extension in MMF (maybe something wrong with the files that I zipped). So, I think, maybe, it still need the mmf extension file besides the zipped files. Do you got any experience with this? thank you!
-
@FVivolo: until now, I only began to port C++ code with the SDk which is available. I now want to make a full Java extension for Serial and Bluetooth.
When will the Java SDK available? How did the other manage to make the android extensions: only clickteam staff?
-
concept game i am working on this, i finish some work and i will post and be also available to help
-
-
Is there any step by step tutorial (video or text) for extentions?
I tryed to make an extention but i dont know how to start. I installed eclipse and configurate it.
I found this http://examples.javacodegeeks.com/an...tooth-example/ and tryed to use the code for an Android Bluetooth extention
but i havent any idea how this work.
In eclipse:
in class CExtLoad i added this:
if (name.compareToIgnoreCase("Bluetooth")==0)
{
object=new CRunBluetooth();
}
and i created an class CRunBluetooth in "Main/src/Extentions/"
and now i have this:
package Extensions;
public class CRunBluetooth {
}
and no idea what to do now.
@ conceptgame how is your Bluetoothproject?
-
I am implementing the Windows version at the moment. Even if I know what to do I am waiting for the Android Java SDK to port it. FVivolo will give news when ready.
-
Really nice :) hope FVivolo is ready soon :D