The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Using RapidMiner Project in Android Application
Hello!
I tried using RapidMiner in my Android App, but i cannot start my App. I'm using ECLIPSE which crashes right after compiling.
Do I have to do something to get it work or is the RapidMiner project simply too big for an Android App?
Sincerely
sWn
I tried using RapidMiner in my Android App, but i cannot start my App. I'm using ECLIPSE which crashes right after compiling.
Do I have to do something to get it work or is the RapidMiner project simply too big for an Android App?
Sincerely
sWn
Tagged:
0
Answers
to answer this question by myself (since this was more an Android/Eclipse Issue): I just needed more Memory so I increased it in the eclipse.ini. Now it's compiling, but the next error came up:
When i call RapidMiner.init() everything works fine with a normal project. When calling from an Android App I'm getting an "ExceptionInInitializerError".
I found sth. about the JVM (http://rapid-i.com/rapidforum/index.php?topic=2721.0;wap2), but since this seems to be again an Android problem I'm just posting this hoping that there might be someone having the same problem.
Sincerely
sWn