keiththomas1 / Uplift

A depot for the mobile app which is a student project at University of Illinois at Chicago.
0 stars 0 forks source link

Look into Android Porting. #25

Open maximusNullus opened 10 years ago

maximusNullus commented 10 years ago

Make a small app using SDK for Android, and we'll see how feasible it is to put our app into Android by Tuesday.

Tam-d commented 10 years ago

http://blog.qt.digia.com/blog/2011/02/28/necessitas/

Tam-d commented 10 years ago

looking into it right now

maximusNullus commented 10 years ago

I've almost got a hello world program working on Android...QT is a pain.

Tam-d commented 10 years ago

have you gotten the semicolon errors?

this is what i get when i compile

-compile: [javac] Compiling 6 source files to /Users/GhOsT/Desktop/340-project/UpliftProject/android/bin/classes [javac] /Users/GhOsT/Desktop/340-project/UpliftProject/android/gen/org/kde/necessitas/example/340Project/BuildConfig.java:2: ';' expected [javac] package org.kde.necessitas.example.340Project; [javac] ^ [javac] /Users/GhOsT/Desktop/340-project/UpliftProject/android/gen/org/kde/necessitas/example/340Project/R.java:8: ';' expected [javac] package org.kde.necessitas.example.340Project; [javac] ^ [javac] 2 errors

maximusNullus commented 10 years ago

Negative. Once I get the app compiled and put onto the device, necessitas crashes and complains that I have the wrong version of QT (which is a problem with Android 4.4, specifically).

Tam-d commented 10 years ago

did you try using the emulators?

maximusNullus commented 10 years ago

The emulators take forever and a day to run the app. I need a bigger machine to run them.