Everall | 30 Jun 2011 15:04
Picon
Gravatar

necessitas ibn win7 64bit almost succeeding

Hi Qt Android enthousiasts,

I could install the Android SDK, NDK, Necessitas, Ministro on my
windows 7 PC 64 bit. Everything is on the same drive. Made sure
everything is not read only.

I made an AVD using the Android SDK and AVD manager.

when i open my project with Necessitas Qt Creator i get this message :
Android.exe has stopped working which i close and go on.

I set the project settings in Qt Creator and run shows the AVD after a
while.
I click the RUN button again and my app (calculator) shows an icon,
tries to start up, Uses Ministro, downloads 100% of the libraries, but
then stops unexpectedly.

ERROR MESSAGE :
Sorry!
The application Calculator (process
eu.licentia.necessitas.industrius.example.calculator) has stopped
unexpectedly.
Please try again.

Here is the application output I get at that time :

Starting remote process ...
I/Qt JAVA (  518): surfaceChanged: 240,301
D/PhoneWindow(  518): couldn't save which view has focus because the
focused view eu.licentia.necessitas.industrius.QtSurface <at> 4051b690 has
(Continue reading)

Everall | 30 Jun 2011 21:29
Picon
Gravatar

Re: necessitas ibn win7 64bit almost succeeding

 i forgot to add these in my previous mail :

Ant
http://code.google.com/p/winant/downloads/detail?name=winant-install-...
winant-install-v7.exe

C:/Program Files (x86)/WinAnt/bin.ant.bat

Java Development Kit
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Button “Java Platform (JDK)”
I choose for  jdk-6u26-windows-x64.exe in the list and installed.

C:\Program Files\Java\jdk1.6.0_26
C:\Program Files\Java\jre6

Necessitas
http://sourceforge.net/projects/necessitas/files/
Downloaded : necessitas-0.2.1-online-sdk-installer-windows.exe (21.6
MB)

Download offline installer. Tried 5 times before I succeeded. I Used
the install location suggested by the installer: C:\Users\eddy
\necessitas
I got an error message when compiling with python. But I ignored it
and went on.

Ministro
C:\QT_test\ Ministro-2.0.apk

(Continue reading)

Everall | 2 Jul 2011 21:45
Picon
Gravatar

Re: necessitas ibn win7 64bit almost succeeding

It seems libqtcore.so can't be found.

Anyone an idea how i can tell necessitas how to find it on windows?

Cheers Eddy

On 30 jun, 21:29, Everall <everal...@...> wrote:
>  i forgot to add these in my previous mail :
>
> Anthttp://code.google.com/p/winant/downloads/detail?name=winant-install-...
> winant-install-v7.exe
>
> C:/Program Files (x86)/WinAnt/bin.ant.bat
>
> Java Development Kithttp://www.oracle.com/technetwork/java/javase/downloads/index.html
> Button “Java Platform (JDK)”
> I choose for  jdk-6u26-windows-x64.exe in the list and installed.
>
> C:\Program Files\Java\jdk1.6.0_26
> C:\Program Files\Java\jre6
>
> Necessitashttp://sourceforge.net/projects/necessitas/files/
> Downloaded : necessitas-0.2.1-online-sdk-installer-windows.exe (21.6
> MB)
>
> Download offline installer. Tried 5 times before I succeeded. I Used
> the install location suggested by the installer: C:\Users\eddy
> \necessitas
> I got an error message when compiling with python. But I ignored it
> and went on.
(Continue reading)

andinet | 4 Jul 2011 19:13
Picon

Re: necessitas ibn win7 64bit almost succeeding

Hi,

I got the same problem,
strange that I also got error during python compilation during
install.

I have feeling that your environment variables are not set correctly,
try to run ant.bat alone, you will get error that no java_home was
set.

I am trying to set jdk installed correctly with env path and ant
before installing necessitas Qt, I have impression this is the problem
in our case.

On Jul 2, 9:45 pm, Everall <everal...@...> wrote:
> It seems libqtcore.so can't be found.
>
> Anyone an idea how i can tell necessitas how to find it on windows?
>
> Cheers Eddy
>
> On 30 jun, 21:29, Everall <everal...@...> wrote:
>
>
>
>
>
>
>
> >  i forgot to add these in my previous mail :
(Continue reading)

Everall | 4 Jul 2011 20:16
Picon
Gravatar

Re: necessitas ibn win7 64bit almost succeeding

Hi andinet,

Thanks for you reply!

I've been trying to interpret the errors and finally succeeded in
using the following examples in necessitas: wiggly, analogclock.

It has mostly to do with a certain succession of actions. I will write
a tutorial on how i could use the examples using necessitas. I hope i
can do it tomorrow.

Cheers,

Eddy

On 4 jul, 19:13, andinet <agandi...@...> wrote:
> Hi,
>
> I got the same problem,
> strange that I also got error during python compilation during
> install.
>
> I have feeling that your environment variables are not set correctly,
> try to run ant.bat alone, you will get error that no java_home was
> set.
>
> I am trying to set jdk installed correctly with env path and ant
> before installing necessitas Qt, I have impression this is the problem
> in our case.
>
(Continue reading)

Andrzej Gałkowski | 5 Jul 2011 09:59
Picon

Re: necessitas ibn win7 64bit almost succeeding

Hi,

Nice to hear that you manage to solve it:)
Looking forward for any clue how you solved problem with python compilation during install.

Best Regards,

Andrzej

2011/7/4 Everall <everall66-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Hi andinet,

Thanks for you reply!

I've been trying to interpret the errors and finally succeeded in
using the following examples in necessitas: wiggly, analogclock.

It has mostly to do with a certain succession of actions. I will write
a tutorial on how i could use the examples using necessitas. I hope i
can do it tomorrow.

Cheers,

Eddy


On 4 jul, 19:13, andinet <agandi... <at> gmail.com> wrote:
> Hi,
>
> I got the same problem,
> strange that I also got error during python compilation during
> install.
>
> I have feeling that your environment variables are not set correctly,
> try to run ant.bat alone, you will get error that no java_home was
> set.
>
> I am trying to set jdk installed correctly with env path and ant
> before installing necessitas Qt, I have impression this is the problem
> in our case.
>
> On Jul 2, 9:45 pm, Everall <everal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
>
>
> > It seems libqtcore.so can't be found.
>
> > Anyone an idea how i can tell necessitas how to find it on windows?
>
> > Cheers Eddy
>
> > On 30 jun, 21:29, Everall <everal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> > >  i forgot to add these in my previous mail :
>
> > > Anthttp://code.google.com/p/winant/downloads/detail?name=winant-install-...
> > > winant-install-v7.exe
>
> > > C:/Program Files (x86)/WinAnt/bin.ant.bat
>
> > > Java Development Kithttp://www.oracle.com/technetwork/java/javase/downloads/index.html
> > > Button “Java Platform (JDK)”
> > > I choose for  jdk-6u26-windows-x64.exe in the list and installed.
>
> > > C:\Program Files\Java\jdk1.6.0_26
> > > C:\Program Files\Java\jre6
>
> > > Necessitashttp://sourceforge.net/projects/necessitas/files/
> > > Downloaded : necessitas-0.2.1-online-sdk-installer-windows.exe (21.6
> > > MB)
>
> > > Download offline installer. Tried 5 times before I succeeded. I Used
> > > the install location suggested by the installer: C:\Users\eddy
> > > \necessitas
> > > I got an error message when compiling with python. But I ignored it
> > > and went on.
>
> > > Ministro
> > > C:\QT_test\ Ministro-2.0.apk
>
> > > Check if it works with console after reboot : ant
> > > build.xml does not exist!
> > > but there is such a file in my Qt project.
>
> > > Made the whole directory write access and not read only for all of
> > > the
> > > above!!!!!
> > > Unblock ministro.
>
> > > Sorry i forgot to add this info.
>
> > > Cheers
>
> > > Eddy
>
> > > On 30 jun, 15:04, Everall <everal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> > > > Hi Qt Android enthousiasts,
>
> > > > I could install the Android SDK, NDK, Necessitas, Ministro on my
> > > > windows 7 PC 64 bit. Everything is on the same drive. Made sure
> > > > everything is not read only.
>
> > > > I made an AVD using the Android SDK and AVD manager.
>
> > > > when i open my project with Necessitas Qt Creator i get this message :
> > > > Android.exe has stopped working which i close and go on.
>
> > > > I set the project settings in Qt Creator and run shows the AVD after a
> > > > while.
> > > > I click the RUN button again and my app (calculator) shows an icon,
> > > > tries to start up, Uses Ministro, downloads 100% of the libraries, but
> > > > then stops unexpectedly.
>
> > > > ERROR MESSAGE :
> > > > Sorry!
> > > > The application Calculator (process
> > > > eu.licentia.necessitas.industrius.example.calculator) has stopped
> > > > unexpectedly.
> > > > Please try again.
>
> > > > Here is the application output I get at that time :
>
> > > > Starting remote process ...
> > > > I/Qt JAVA (  518): surfaceChanged: 240,301
> > > > D/PhoneWindow(  518): couldn't save which view has focus because the
> > > > focused view eu.licentia.necessitas.industrius.QtSurface <at> 4051b690 has
> > > > no id.
> > > > D/dalvikvm(  518): Trying to load lib /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so 0x40515160
> > > > D/dalvikvm(  518): Added shared lib /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so 0x40515160
> > > > D/dalvikvm(  518): No JNI_OnLoad found in /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so 0x40515160,
> > > > skipping init
> > > > D/dalvikvm(  518): Trying to load lib /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so 0x40515160
> > > > D/dalvikvm(  518): Added shared lib /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so 0x40515160
> > > > D/dalvikvm(  518): No JNI_OnLoad found in /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so 0x40515160,
> > > > skipping init
> > > > D/dalvikvm(  518): Trying to load lib /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/
> > > > libandroid-8.so 0x40515160
> > > > D/dalvikvm(  518): Added shared lib /data/data/
> > > > eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/
> > > > libandroid-8.so 0x40515160
> > > > I/Qt      (  518): qt start
> > > > I/Qt JAVA (  518): Can't load 'calculator'
> > > > I/Qt JAVA (  518): java.lang.UnsatisfiedLinkError: Couldn't load
> > > > calculator: findLibrary returned null
> > > > I/Qt JAVA (  518):      at java.lang.Runtime.loadLibrary(Runtime.java:429)
> > > > I/Qt JAVA (  518):      at java.lang.System.loadLibrary(System.java:554)
> > > > I/Qt JAVA (  518):      at
> > > > eu.licentia.necessitas.industrius.QtApplication.loadBundledLibraries(QtAppl ­ication.java:
> > > > 97)
> > > > I/Qt JAVA (  518):      at
> > > > eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja ­va:
> > > > 92)
> > > > I/Qt JAVA (  518):      at
> > > > eu.licentia.necessitas.industrius.QtActivity.access
> > > > $000(QtActivity.java:62)
> > > > I/Qt JAVA (  518):      at eu.licentia.necessitas.industrius.QtActivity
> > > > $1$1.run(QtActivity.java:149)
> > > > I/Qt JAVA (  518):      at android.os.Handler.handleCallback(Handler.java:
> > > > 587)
> > > > I/Qt JAVA (  518):      at android.os.Handler.dispatchMessage(Handler.java:
> > > > 92)
> > > > I/Qt JAVA (  518):      at android.os.Looper.loop(Looper.java:123)
> > > > I/Qt JAVA (  518):      at
> > > > android.app.ActivityThread.main(ActivityThread.java:3683)
> > > > I/Qt JAVA (  518):      at java.lang.reflect.Method.invokeNative(Native
> > > > Method)
> > > > I/Qt JAVA (  518):      at java.lang.reflect.Method.invoke(Method.java:
> > > > 507)
> > > > I/Qt JAVA (  518):      at com.android.internal.os.ZygoteInit
> > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
> > > > I/Qt JAVA (  518):      at
> > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
> > > > I/Qt JAVA (  518):      at dalvik.system.NativeStart.main(Native Method)
> > > > W/dalvikvm(  518): No implementation found for native Leu/licentia/
> > > > necessitas/industrius/QtApplication;.startQtApp (Ljava/lang/
> > > > String;Ljava/lang/String;)V
> > > > D/AndroidRuntime(  518): Shutting down VM
> > > > W/dalvikvm(  518): threadid=1: thread exiting with uncaught exception
> > > > (group=0x40015560)
> > > > E/AndroidRuntime(  518): FATAL EXCEPTION: main
> > > > E/AndroidRuntime(  518): java.lang.UnsatisfiedLinkError: startQtApp
> > > > E/AndroidRuntime(  518):        at
> > > > eu.licentia.necessitas.industrius.QtApplication.startQtApp(Native
> > > > Method)
> > > > E/AndroidRuntime(  518):        at
> > > > eu.licentia.necessitas.industrius.QtApplication.startApplication(QtApplicat ­ion.java:
> > > > 167)
> > > > E/AndroidRuntime(  518):        at
> > > > eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja ­va:
> > > > 132)
> > > > E/AndroidRuntime(  518):        at
> > > > eu.licentia.necessitas.industrius.QtActivity.access
> > > > $000(QtActivity.java:62)
> > > > E/AndroidRuntime(  518):        at
> > > > eu.licentia.necessitas.industrius.QtActivity$1$1.run(QtActivity.java:
> > > > 149)
> > > > E/AndroidRuntime(  518):        at
> > > > android.os.Handler.handleCallback(Handler.java:587)
> > > > E/AndroidRuntime(  518):        at
> > > > android.os.Handler.dispatchMessage(Handler.java:92)
> > > > E/AndroidRuntime(  518):        at android.os.Looper.loop(Looper.java:123)
> > > > E/AndroidRuntime(  518):        at
> > > > android.app.ActivityThread.main(ActivityThread.java:3683)
> > > > E/AndroidRuntime(  518):        at
> > > > java.lang.reflect.Method.invokeNative(Native Method)
> > > > E/AndroidRuntime(  518):        at
> > > > java.lang.reflect.Method.invoke(Method.java:507)
> > > > E/AndroidRuntime(  518):        at com.android.internal.os.ZygoteInit
> > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
> > > > E/AndroidRuntime(  518):        at
> > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
> > > > E/AndroidRuntime(  518):        at dalvik.system.NativeStart.main(Native
> > > > Method)
>
> > > > Hope this is clear enough for you experts.
>
> > > > BTW if you need someone to test Necessitas on windows 7 64 bit or
> > > > ubuntu squeeze 64 bit, i would be happy to help.
>
> > > > Cheers,
>
> > > > Eddy

mingw android | 5 Jul 2011 10:08
Picon

Re: necessitas ibn win7 64bit almost succeeding

You need to ensure that PYTHON_PATH and PYTHON_HOME are not set on your system before installing.

On Jul 5, 2011 8:59 AM, "Andrzej Gałkowski" <agandinet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hi,
>
> Nice to hear that you manage to solve it:)
> Looking forward for any clue how you solved problem with python compilation
> during install.
>
> Best Regards,
>
> Andrzej
>
> 2011/7/4 Everall <everall66-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
>> Hi andinet,
>>
>> Thanks for you reply!
>>
>> I've been trying to interpret the errors and finally succeeded in
>> using the following examples in necessitas: wiggly, analogclock.
>>
>> It has mostly to do with a certain succession of actions. I will write
>> a tutorial on how i could use the examples using necessitas. I hope i
>> can do it tomorrow.
>>
>> Cheers,
>>
>> Eddy
>>
>>
>> On 4 jul, 19:13, andinet <agandi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> > Hi,
>> >
>> > I got the same problem,
>> > strange that I also got error during python compilation during
>> > install.
>> >
>> > I have feeling that your environment variables are not set correctly,
>> > try to run ant.bat alone, you will get error that no java_home was
>> > set.
>> >
>> > I am trying to set jdk installed correctly with env path and ant
>> > before installing necessitas Qt, I have impression this is the problem
>> > in our case.
>> >
>> > On Jul 2, 9:45 pm, Everall <everal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> >
>> >
>> >
>> > > It seems libqtcore.so can't be found.
>> >
>> > > Anyone an idea how i can tell necessitas how to find it on windows?
>> >
>> > > Cheers Eddy
>> >
>> > > On 30 jun, 21:29, Everall <everal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> >
>> > > > i forgot to add these in my previous mail :
>> >
>> > > > Anthttp://
>> code.google.com/p/winant/downloads/detail?name=winant-install-...
>> > > > winant-install-v7.exe
>> >
>> > > > C:/Program Files (x86)/WinAnt/bin.ant.bat
>> >
>> > > > Java Development Kithttp://
>> www.oracle.com/technetwork/java/javase/downloads/index.html
>> > > > Button “Java Platform (JDK)”
>> > > > I choose for jdk-6u26-windows-x64.exe in the list and installed.
>> >
>> > > > C:\Program Files\Java\jdk1.6.0_26
>> > > > C:\Program Files\Java\jre6
>> >
>> > > > Necessitashttp://sourceforge.net/projects/necessitas/files/
>> > > > Downloaded : necessitas-0.2.1-online-sdk-installer-windows.exe (21.6
>> > > > MB)
>> >
>> > > > Download offline installer. Tried 5 times before I succeeded. I Used
>> > > > the install location suggested by the installer: C:\Users\eddy
>> > > > \necessitas
>> > > > I got an error message when compiling with python. But I ignored it
>> > > > and went on.
>> >
>> > > > Ministro
>> > > > C:\QT_test\ Ministro-2.0.apk
>> >
>> > > > Check if it works with console after reboot : ant
>> > > > build.xml does not exist!
>> > > > but there is such a file in my Qt project.
>> >
>> > > > Made the whole directory write access and not read only for all of
>> > > > the
>> > > > above!!!!!
>> > > > Unblock ministro.
>> >
>> > > > Sorry i forgot to add this info.
>> >
>> > > > Cheers
>> >
>> > > > Eddy
>> >
>> > > > On 30 jun, 15:04, Everall <everal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> >
>> > > > > Hi Qt Android enthousiasts,
>> >
>> > > > > I could install the Android SDK, NDK, Necessitas, Ministro on my
>> > > > > windows 7 PC 64 bit. Everything is on the same drive. Made sure
>> > > > > everything is not read only.
>> >
>> > > > > I made an AVD using the Android SDK and AVD manager.
>> >
>> > > > > when i open my project with Necessitas Qt Creator i get this
>> message :
>> > > > > Android.exe has stopped working which i close and go on.
>> >
>> > > > > I set the project settings in Qt Creator and run shows the AVD
>> after a
>> > > > > while.
>> > > > > I click the RUN button again and my app (calculator) shows an icon,
>> > > > > tries to start up, Uses Ministro, downloads 100% of the libraries,
>> but
>> > > > > then stops unexpectedly.
>> >
>> > > > > ERROR MESSAGE :
>> > > > > Sorry!
>> > > > > The application Calculator (process
>> > > > > eu.licentia.necessitas.industrius.example.calculator) has stopped
>> > > > > unexpectedly.
>> > > > > Please try again.
>> >
>> > > > > Here is the application output I get at that time :
>> >
>> > > > > Starting remote process ...
>> > > > > I/Qt JAVA ( 518): surfaceChanged: 240,301
>> > > > > D/PhoneWindow( 518): couldn't save which view has focus because
>> the
>> > > > > focused view eu.licentia.necessitas.industrius.QtSurface <at> 4051b690has
>> > > > > no id.
>> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
>> 0x40515160
>> > > > > D/dalvikvm( 518): Added shared lib /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
>> 0x40515160
>> > > > > D/dalvikvm( 518): No JNI_OnLoad found in /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
>> 0x40515160,
>> > > > > skipping init
>> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so 0x40515160
>> > > > > D/dalvikvm( 518): Added shared lib /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so 0x40515160
>> > > > > D/dalvikvm( 518): No JNI_OnLoad found in /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so
>> 0x40515160,
>> > > > > skipping init
>> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/
>> > > > > libandroid-8.so 0x40515160
>> > > > > D/dalvikvm( 518): Added shared lib /data/data/
>> > > > > eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/
>> > > > > libandroid-8.so 0x40515160
>> > > > > I/Qt ( 518): qt start
>> > > > > I/Qt JAVA ( 518): Can't load 'calculator'
>> > > > > I/Qt JAVA ( 518): java.lang.UnsatisfiedLinkError: Couldn't load
>> > > > > calculator: findLibrary returned null
>> > > > > I/Qt JAVA ( 518): at
>> java.lang.Runtime.loadLibrary(Runtime.java:429)
>> > > > > I/Qt JAVA ( 518): at
>> java.lang.System.loadLibrary(System.java:554)
>> > > > > I/Qt JAVA ( 518): at
>> > > > >
>> eu.licentia.necessitas.industrius.QtApplication.loadBundledLibraries(QtAppl
>> ­ication.java:
>> > > > > 97)
>> > > > > I/Qt JAVA ( 518): at
>> > > > >
>> eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja
>> ­va:
>> > > > > 92)
>> > > > > I/Qt JAVA ( 518): at
>> > > > > eu.licentia.necessitas.industrius.QtActivity.access
>> > > > > $000(QtActivity.java:62)
>> > > > > I/Qt JAVA ( 518): at
>> eu.licentia.necessitas.industrius.QtActivity
>> > > > > $1$1.run(QtActivity.java:149)
>> > > > > I/Qt JAVA ( 518): at
>> android.os.Handler.handleCallback(Handler.java:
>> > > > > 587)
>> > > > > I/Qt JAVA ( 518): at
>> android.os.Handler.dispatchMessage(Handler.java:
>> > > > > 92)
>> > > > > I/Qt JAVA ( 518): at android.os.Looper.loop(Looper.java:123)
>> > > > > I/Qt JAVA ( 518): at
>> > > > > android.app.ActivityThread.main(ActivityThread.java:3683)
>> > > > > I/Qt JAVA ( 518): at
>> java.lang.reflect.Method.invokeNative(Native
>> > > > > Method)
>> > > > > I/Qt JAVA ( 518): at
>> java.lang.reflect.Method.invoke(Method.java:
>> > > > > 507)
>> > > > > I/Qt JAVA ( 518): at com.android.internal.os.ZygoteInit
>> > > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
>> > > > > I/Qt JAVA ( 518): at
>> > > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
>> > > > > I/Qt JAVA ( 518): at dalvik.system.NativeStart.main(Native
>> Method)
>> > > > > W/dalvikvm( 518): No implementation found for native Leu/licentia/
>> > > > > necessitas/industrius/QtApplication;.startQtApp (Ljava/lang/
>> > > > > String;Ljava/lang/String;)V
>> > > > > D/AndroidRuntime( 518): Shutting down VM
>> > > > > W/dalvikvm( 518): threadid=1: thread exiting with uncaught
>> exception
>> > > > > (group=0x40015560)
>> > > > > E/AndroidRuntime( 518): FATAL EXCEPTION: main
>> > > > > E/AndroidRuntime( 518): java.lang.UnsatisfiedLinkError: startQtApp
>> > > > > E/AndroidRuntime( 518): at
>> > > > > eu.licentia.necessitas.industrius.QtApplication.startQtApp(Native
>> > > > > Method)
>> > > > > E/AndroidRuntime( 518): at
>> > > > >
>> eu.licentia.necessitas.industrius.QtApplication.startApplication(QtApplicat
>> ­ion.java:
>> > > > > 167)
>> > > > > E/AndroidRuntime( 518): at
>> > > > >
>> eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja
>> ­va:
>> > > > > 132)
>> > > > > E/AndroidRuntime( 518): at
>> > > > > eu.licentia.necessitas.industrius.QtActivity.access
>> > > > > $000(QtActivity.java:62)
>> > > > > E/AndroidRuntime( 518): at
>> > > > >
>> eu.licentia.necessitas.industrius.QtActivity$1$1.run(QtActivity.java:
>> > > > > 149)
>> > > > > E/AndroidRuntime( 518): at
>> > > > > android.os.Handler.handleCallback(Handler.java:587)
>> > > > > E/AndroidRuntime( 518): at
>> > > > > android.os.Handler.dispatchMessage(Handler.java:92)
>> > > > > E/AndroidRuntime( 518): at
>> android.os.Looper.loop(Looper.java:123)
>> > > > > E/AndroidRuntime( 518): at
>> > > > > android.app.ActivityThread.main(ActivityThread.java:3683)
>> > > > > E/AndroidRuntime( 518): at
>> > > > > java.lang.reflect.Method.invokeNative(Native Method)
>> > > > > E/AndroidRuntime( 518): at
>> > > > > java.lang.reflect.Method.invoke(Method.java:507)
>> > > > > E/AndroidRuntime( 518): at
>> com.android.internal.os.ZygoteInit
>> > > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
>> > > > > E/AndroidRuntime( 518): at
>> > > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
>> > > > > E/AndroidRuntime( 518): at
>> dalvik.system.NativeStart.main(Native
>> > > > > Method)
>> >
>> > > > > Hope this is clear enough for you experts.
>> >
>> > > > > BTW if you need someone to test Necessitas on windows 7 64 bit or
>> > > > > ubuntu squeeze 64 bit, i would be happy to help.
>> >
>> > > > > Cheers,
>> >
>> > > > > Eddy
>>
Everall | 5 Jul 2011 11:23
Picon
Gravatar

Re: necessitas ibn win7 64bit almost succeeding

Hi,

Just to inform you that I never used Python on my Windows PC.
Where could it come from? The only options are : QT Sdk, Ant,  JDK.

Cheers ,

Eddy

On 5 jul, 10:08, mingw android <mingw.andr...@...> wrote:
> You need to ensure that PYTHON_PATH and PYTHON_HOME are not set on your
> system before installing.
> On Jul 5, 2011 8:59 AM, "Andrzej Gałkowski" <agandi...@...> wrote:
>
>
>
> > Hi,
>
> > Nice to hear that you manage to solve it:)
> > Looking forward for any clue how you solved problem with python
> compilation
> > during install.
>
> > Best Regards,
>
> > Andrzej
>
> > 2011/7/4 Everall <everal...@...>
>
> >> Hi andinet,
>
> >> Thanks for you reply!
>
> >> I've been trying to interpret the errors and finally succeeded in
> >> using the following examples in necessitas: wiggly, analogclock.
>
> >> It has mostly to do with a certain succession of actions. I will write
> >> a tutorial on how i could use the examples using necessitas. I hope i
> >> can do it tomorrow.
>
> >> Cheers,
>
> >> Eddy
>
> >> On 4 jul, 19:13, andinet <agandi...@...> wrote:
> >> > Hi,
>
> >> > I got the same problem,
> >> > strange that I also got error during python compilation during
> >> > install.
>
> >> > I have feeling that your environment variables are not set correctly,
> >> > try to run ant.bat alone, you will get error that no java_home was
> >> > set.
>
> >> > I am trying to set jdk installed correctly with env path and ant
> >> > before installing necessitas Qt, I have impression this is the problem
> >> > in our case.
>
> >> > On Jul 2, 9:45 pm, Everall <everal...@...> wrote:
>
> >> > > It seems libqtcore.so can't be found.
>
> >> > > Anyone an idea how i can tell necessitas how to find it on windows?
>
> >> > > Cheers Eddy
>
> >> > > On 30 jun, 21:29, Everall <everal...@...> wrote:
>
> >> > > > i forgot to add these in my previous mail :
>
> >> > > > Anthttp://
> >> code.google.com/p/winant/downloads/detail?name=winant-install-...
> >> > > > winant-install-v7.exe
>
> >> > > > C:/Program Files (x86)/WinAnt/bin.ant.bat
>
> >> > > > Java Development Kithttp://
> >>www.oracle.com/technetwork/java/javase/downloads/index.html
> >> > > > Button "Java Platform (JDK)"
> >> > > > I choose for jdk-6u26-windows-x64.exe in the list and installed.
>
> >> > > > C:\Program Files\Java\jdk1.6.0_26
> >> > > > C:\Program Files\Java\jre6
>
> >> > > > Necessitashttp://sourceforge.net/projects/necessitas/files/
> >> > > > Downloaded : necessitas-0.2.1-online-sdk-installer-windows.exe
> (21.6
> >> > > > MB)
>
> >> > > > Download offline installer. Tried 5 times before I succeeded. I
> Used
> >> > > > the install location suggested by the installer: C:\Users\eddy
> >> > > > \necessitas
> >> > > > I got an error message when compiling with python. But I ignored it
> >> > > > and went on.
>
> >> > > > Ministro
> >> > > > C:\QT_test\ Ministro-2.0.apk
>
> >> > > > Check if it works with console after reboot : ant
> >> > > > build.xml does not exist!
> >> > > > but there is such a file in my Qt project.
>
> >> > > > Made the whole directory write access and not read only for all of
> >> > > > the
> >> > > > above!!!!!
> >> > > > Unblock ministro.
>
> >> > > > Sorry i forgot to add this info.
>
> >> > > > Cheers
>
> >> > > > Eddy
>
> >> > > > On 30 jun, 15:04, Everall <everal...@...> wrote:
>
> >> > > > > Hi Qt Android enthousiasts,
>
> >> > > > > I could install the Android SDK, NDK, Necessitas, Ministro on my
> >> > > > > windows 7 PC 64 bit. Everything is on the same drive. Made sure
> >> > > > > everything is not read only.
>
> >> > > > > I made an AVD using the Android SDK and AVD manager.
>
> >> > > > > when i open my project with Necessitas Qt Creator i get this
> >> message :
> >> > > > > Android.exe has stopped working which i close and go on.
>
> >> > > > > I set the project settings in Qt Creator and run shows the AVD
> >> after a
> >> > > > > while.
> >> > > > > I click the RUN button again and my app (calculator) shows an
> icon,
> >> > > > > tries to start up, Uses Ministro, downloads 100% of the
> libraries,
> >> but
> >> > > > > then stops unexpectedly.
>
> >> > > > > ERROR MESSAGE :
> >> > > > > Sorry!
> >> > > > > The application Calculator (process
> >> > > > > eu.licentia.necessitas.industrius.example.calculator) has stopped
> >> > > > > unexpectedly.
> >> > > > > Please try again.
>
> >> > > > > Here is the application output I get at that time :
>
> >> > > > > Starting remote process ...
> >> > > > > I/Qt JAVA ( 518): surfaceChanged: 240,301
> >> > > > > D/PhoneWindow( 518): couldn't save which view has focus because
> >> the
> >> > > > > focused view
>
> eu.licentia.necessitas.industrius.QtSurface <at> 4051b690has
>
>
>
> >> > > > > no id.
> >> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
> >> 0x40515160
> >> > > > > D/dalvikvm( 518): Added shared lib /data/data/
> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
> >> 0x40515160
> >> > > > > D/dalvikvm( 518): No JNI_OnLoad found in /data/data/
> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
> >> 0x40515160,
> >> > > > > skipping init
> >> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so
> 0x40515160
> >> > > > > D/dalvikvm( 518): Added shared lib /data/data/
> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so
> 0x40515160
> >> > > > > D/dalvikvm( 518): No JNI_OnLoad found in /data/data/
> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so
> >> 0x40515160,
> >> > > > > skipping init
> >> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
>
> eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/≥> > > > > libandroid-8.so 0x40515160
> >> > > > > D/dalvikvm( 518): Added shared lib /data/data/
>
> eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/≥> > > > > libandroid-8.so 0x40515160
> >> > > > > I/Qt ( 518): qt start
> >> > > > > I/Qt JAVA ( 518): Can't load 'calculator'
> >> > > > > I/Qt JAVA ( 518): java.lang.UnsatisfiedLinkError: Couldn't load
> >> > > > > calculator: findLibrary returned null
> >> > > > > I/Qt JAVA ( 518): at
> >> java.lang.Runtime.loadLibrary(Runtime.java:429)
> >> > > > > I/Qt JAVA ( 518): at
> >> java.lang.System.loadLibrary(System.java:554)
> >> > > > > I/Qt JAVA ( 518): at
>
> eu.licentia.necessitas.industrius.QtApplication.loadBundledLibraries(QtAppl>> -ication.java:
> >> > > > > 97)
> >> > > > > I/Qt JAVA ( 518): at
>
> eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja
>
>
>
> >> -va:
> >> > > > > 92)
> >> > > > > I/Qt JAVA ( 518): at
> >> > > > > eu.licentia.necessitas.industrius.QtActivity.access
> >> > > > > $000(QtActivity.java:62)
> >> > > > > I/Qt JAVA ( 518): at
> >> eu.licentia.necessitas.industrius.QtActivity
> >> > > > > $1$1.run(QtActivity.java:149)
> >> > > > > I/Qt JAVA ( 518): at
> >> android.os.Handler.handleCallback(Handler.java:
> >> > > > > 587)
> >> > > > > I/Qt JAVA ( 518): at
> >> android.os.Handler.dispatchMessage(Handler.java:
> >> > > > > 92)
> >> > > > > I/Qt JAVA ( 518): at android.os.Looper.loop(Looper.java:123)
> >> > > > > I/Qt JAVA ( 518): at
> >> > > > > android.app.ActivityThread.main(ActivityThread.java:3683)
> >> > > > > I/Qt JAVA ( 518): at
> >> java.lang.reflect.Method.invokeNative(Native
> >> > > > > Method)
> >> > > > > I/Qt JAVA ( 518): at
> >> java.lang.reflect.Method.invoke(Method.java:
> >> > > > > 507)
> >> > > > > I/Qt JAVA ( 518): at com.android.internal.os.ZygoteInit
> >> > > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
> >> > > > > I/Qt JAVA ( 518): at
> >> > > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
> >> > > > > I/Qt JAVA ( 518): at dalvik.system.NativeStart.main(Native
> >> Method)
> >> > > > > W/dalvikvm( 518): No implementation found for native
> Leu/licentia/
> >> > > > > necessitas/industrius/QtApplication;.startQtApp (Ljava/lang/
> >> > > > > String;Ljava/lang/String;)V
> >> > > > > D/AndroidRuntime( 518): Shutting down VM
> >> > > > > W/dalvikvm( 518): threadid=1: thread exiting with uncaught
> >> exception
> >> > > > > (group=0x40015560)
> >> > > > > E/AndroidRuntime( 518): FATAL EXCEPTION: main
> >> > > > > E/AndroidRuntime( 518): java.lang.UnsatisfiedLinkError:
> startQtApp
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > eu.licentia.necessitas.industrius.QtApplication.startQtApp(Native
> >> > > > > Method)
> >> > > > > E/AndroidRuntime( 518): at
>
> eu.licentia.necessitas.industrius.QtApplication.startApplication(QtApplicat>> -ion.java:
> >> > > > > 167)
> >> > > > > E/AndroidRuntime( 518): at
>
> eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja
>
>
>
> >> -va:
> >> > > > > 132)
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > eu.licentia.necessitas.industrius.QtActivity.access
> >> > > > > $000(QtActivity.java:62)
> >> > > > > E/AndroidRuntime( 518): at
>
> >> eu.licentia.necessitas.industrius.QtActivity$1$1.run(QtActivity.java:
> >> > > > > 149)
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > android.os.Handler.handleCallback(Handler.java:587)
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > android.os.Handler.dispatchMessage(Handler.java:92)
> >> > > > > E/AndroidRuntime( 518): at
> >> android.os.Looper.loop(Looper.java:123)
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > android.app.ActivityThread.main(ActivityThread.java:3683)
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > java.lang.reflect.Method.invokeNative(Native Method)
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > java.lang.reflect.Method.invoke(Method.java:507)
> >> > > > > E/AndroidRuntime( 518): at
> >> com.android.internal.os.ZygoteInit
> >> > > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
> >> > > > > E/AndroidRuntime( 518): at
> >> > > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
> >> > > > > E/AndroidRuntime( 518): at
> >> dalvik.system.NativeStart.main(Native
> >> > > > > Method)
>
> >> > > > > Hope this is clear enough for you experts.
>
> >> > > > > BTW if you need someone to test Necessitas on windows 7 64 bit or
> >> > > > > ubuntu squeeze 64 bit, i would be happy to help.
>
> >> > > > > Cheers,
>
> >> > > > > Eddy- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

mingw android | 5 Jul 2011 14:08
Picon

Re: necessitas ibn win7 64bit almost succeeding

Can you pastebin or email me your installation log?

2011/7/5 Everall <everall66@...>:
> Hi,
>
> Just to inform you that I never used Python on my Windows PC.
> Where could it come from? The only options are : QT Sdk, Ant,  JDK.
>
> Cheers ,
>
> Eddy
>
> On 5 jul, 10:08, mingw android <mingw.andr...@...> wrote:
>> You need to ensure that PYTHON_PATH and PYTHON_HOME are not set on your
>> system before installing.
>> On Jul 5, 2011 8:59 AM, "Andrzej Gałkowski" <agandi...@...> wrote:
>>
>>
>>
>> > Hi,
>>
>> > Nice to hear that you manage to solve it:)
>> > Looking forward for any clue how you solved problem with python
>> compilation
>> > during install.
>>
>> > Best Regards,
>>
>> > Andrzej
>>
>> > 2011/7/4 Everall <everal...@...>
>>
>> >> Hi andinet,
>>
>> >> Thanks for you reply!
>>
>> >> I've been trying to interpret the errors and finally succeeded in
>> >> using the following examples in necessitas: wiggly, analogclock.
>>
>> >> It has mostly to do with a certain succession of actions. I will write
>> >> a tutorial on how i could use the examples using necessitas. I hope i
>> >> can do it tomorrow.
>>
>> >> Cheers,
>>
>> >> Eddy
>>
>> >> On 4 jul, 19:13, andinet <agandi...@...> wrote:
>> >> > Hi,
>>
>> >> > I got the same problem,
>> >> > strange that I also got error during python compilation during
>> >> > install.
>>
>> >> > I have feeling that your environment variables are not set correctly,
>> >> > try to run ant.bat alone, you will get error that no java_home was
>> >> > set.
>>
>> >> > I am trying to set jdk installed correctly with env path and ant
>> >> > before installing necessitas Qt, I have impression this is the problem
>> >> > in our case.
>>
>> >> > On Jul 2, 9:45 pm, Everall <everal...@...> wrote:
>>
>> >> > > It seems libqtcore.so can't be found.
>>
>> >> > > Anyone an idea how i can tell necessitas how to find it on windows?
>>
>> >> > > Cheers Eddy
>>
>> >> > > On 30 jun, 21:29, Everall <everal...@...> wrote:
>>
>> >> > > > i forgot to add these in my previous mail :
>>
>> >> > > > Anthttp://
>> >> code.google.com/p/winant/downloads/detail?name=winant-install-...
>> >> > > > winant-install-v7.exe
>>
>> >> > > > C:/Program Files (x86)/WinAnt/bin.ant.bat
>>
>> >> > > > Java Development Kithttp://
>> >>www.oracle.com/technetwork/java/javase/downloads/index.html
>> >> > > > Button "Java Platform (JDK)"
>> >> > > > I choose for jdk-6u26-windows-x64.exe in the list and installed.
>>
>> >> > > > C:\Program Files\Java\jdk1.6.0_26
>> >> > > > C:\Program Files\Java\jre6
>>
>> >> > > > Necessitashttp://sourceforge.net/projects/necessitas/files/
>> >> > > > Downloaded : necessitas-0.2.1-online-sdk-installer-windows.exe
>> (21.6
>> >> > > > MB)
>>
>> >> > > > Download offline installer. Tried 5 times before I succeeded. I
>> Used
>> >> > > > the install location suggested by the installer: C:\Users\eddy
>> >> > > > \necessitas
>> >> > > > I got an error message when compiling with python. But I ignored it
>> >> > > > and went on.
>>
>> >> > > > Ministro
>> >> > > > C:\QT_test\ Ministro-2.0.apk
>>
>> >> > > > Check if it works with console after reboot : ant
>> >> > > > build.xml does not exist!
>> >> > > > but there is such a file in my Qt project.
>>
>> >> > > > Made the whole directory write access and not read only for all of
>> >> > > > the
>> >> > > > above!!!!!
>> >> > > > Unblock ministro.
>>
>> >> > > > Sorry i forgot to add this info.
>>
>> >> > > > Cheers
>>
>> >> > > > Eddy
>>
>> >> > > > On 30 jun, 15:04, Everall <everal...@...> wrote:
>>
>> >> > > > > Hi Qt Android enthousiasts,
>>
>> >> > > > > I could install the Android SDK, NDK, Necessitas, Ministro on my
>> >> > > > > windows 7 PC 64 bit. Everything is on the same drive. Made sure
>> >> > > > > everything is not read only.
>>
>> >> > > > > I made an AVD using the Android SDK and AVD manager.
>>
>> >> > > > > when i open my project with Necessitas Qt Creator i get this
>> >> message :
>> >> > > > > Android.exe has stopped working which i close and go on.
>>
>> >> > > > > I set the project settings in Qt Creator and run shows the AVD
>> >> after a
>> >> > > > > while.
>> >> > > > > I click the RUN button again and my app (calculator) shows an
>> icon,
>> >> > > > > tries to start up, Uses Ministro, downloads 100% of the
>> libraries,
>> >> but
>> >> > > > > then stops unexpectedly.
>>
>> >> > > > > ERROR MESSAGE :
>> >> > > > > Sorry!
>> >> > > > > The application Calculator (process
>> >> > > > > eu.licentia.necessitas.industrius.example.calculator) has stopped
>> >> > > > > unexpectedly.
>> >> > > > > Please try again.
>>
>> >> > > > > Here is the application output I get at that time :
>>
>> >> > > > > Starting remote process ...
>> >> > > > > I/Qt JAVA ( 518): surfaceChanged: 240,301
>> >> > > > > D/PhoneWindow( 518): couldn't save which view has focus because
>> >> the
>> >> > > > > focused view
>>
>> eu.licentia.necessitas.industrius.QtSurface <at> 4051b690has
>>
>>
>>
>> >> > > > > no id.
>> >> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
>> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
>> >> 0x40515160
>> >> > > > > D/dalvikvm( 518): Added shared lib /data/data/
>> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
>> >> 0x40515160
>> >> > > > > D/dalvikvm( 518): No JNI_OnLoad found in /data/data/
>> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
>> >> 0x40515160,
>> >> > > > > skipping init
>> >> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
>> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so
>> 0x40515160
>> >> > > > > D/dalvikvm( 518): Added shared lib /data/data/
>> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so
>> 0x40515160
>> >> > > > > D/dalvikvm( 518): No JNI_OnLoad found in /data/data/
>> >> > > > > eu.licentia.necessitas.ministro/files/qt/lib/libQtGui.so
>> >> 0x40515160,
>> >> > > > > skipping init
>> >> > > > > D/dalvikvm( 518): Trying to load lib /data/data/
>>
>> eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/≥> > > > > libandroid-8.so 0x40515160
>> >> > > > > D/dalvikvm( 518): Added shared lib /data/data/
>>
>> eu.licentia.necessitas.ministro/files/qt/plugins/platforms/android/≥> > > > > libandroid-8.so 0x40515160
>> >> > > > > I/Qt ( 518): qt start
>> >> > > > > I/Qt JAVA ( 518): Can't load 'calculator'
>> >> > > > > I/Qt JAVA ( 518): java.lang.UnsatisfiedLinkError: Couldn't load
>> >> > > > > calculator: findLibrary returned null
>> >> > > > > I/Qt JAVA ( 518): at
>> >> java.lang.Runtime.loadLibrary(Runtime.java:429)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> java.lang.System.loadLibrary(System.java:554)
>> >> > > > > I/Qt JAVA ( 518): at
>>
>> eu.licentia.necessitas.industrius.QtApplication.loadBundledLibraries(QtAppl>> -ication.java:
>> >> > > > > 97)
>> >> > > > > I/Qt JAVA ( 518): at
>>
>> eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja
>>
>>
>>
>> >> -va:
>> >> > > > > 92)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> > > > > eu.licentia.necessitas.industrius.QtActivity.access
>> >> > > > > $000(QtActivity.java:62)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> eu.licentia.necessitas.industrius.QtActivity
>> >> > > > > $1$1.run(QtActivity.java:149)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> android.os.Handler.handleCallback(Handler.java:
>> >> > > > > 587)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> android.os.Handler.dispatchMessage(Handler.java:
>> >> > > > > 92)
>> >> > > > > I/Qt JAVA ( 518): at android.os.Looper.loop(Looper.java:123)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> > > > > android.app.ActivityThread.main(ActivityThread.java:3683)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> java.lang.reflect.Method.invokeNative(Native
>> >> > > > > Method)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> java.lang.reflect.Method.invoke(Method.java:
>> >> > > > > 507)
>> >> > > > > I/Qt JAVA ( 518): at com.android.internal.os.ZygoteInit
>> >> > > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
>> >> > > > > I/Qt JAVA ( 518): at
>> >> > > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
>> >> > > > > I/Qt JAVA ( 518): at dalvik.system.NativeStart.main(Native
>> >> Method)
>> >> > > > > W/dalvikvm( 518): No implementation found for native
>> Leu/licentia/
>> >> > > > > necessitas/industrius/QtApplication;.startQtApp (Ljava/lang/
>> >> > > > > String;Ljava/lang/String;)V
>> >> > > > > D/AndroidRuntime( 518): Shutting down VM
>> >> > > > > W/dalvikvm( 518): threadid=1: thread exiting with uncaught
>> >> exception
>> >> > > > > (group=0x40015560)
>> >> > > > > E/AndroidRuntime( 518): FATAL EXCEPTION: main
>> >> > > > > E/AndroidRuntime( 518): java.lang.UnsatisfiedLinkError:
>> startQtApp
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > eu.licentia.necessitas.industrius.QtApplication.startQtApp(Native
>> >> > > > > Method)
>> >> > > > > E/AndroidRuntime( 518): at
>>
>> eu.licentia.necessitas.industrius.QtApplication.startApplication(QtApplicat>> -ion.java:
>> >> > > > > 167)
>> >> > > > > E/AndroidRuntime( 518): at
>>
>> eu.licentia.necessitas.industrius.QtActivity.startApplication(QtActivity.ja
>>
>>
>>
>> >> -va:
>> >> > > > > 132)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > eu.licentia.necessitas.industrius.QtActivity.access
>> >> > > > > $000(QtActivity.java:62)
>> >> > > > > E/AndroidRuntime( 518): at
>>
>> >> eu.licentia.necessitas.industrius.QtActivity$1$1.run(QtActivity.java:
>> >> > > > > 149)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > android.os.Handler.handleCallback(Handler.java:587)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > android.os.Handler.dispatchMessage(Handler.java:92)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> android.os.Looper.loop(Looper.java:123)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > android.app.ActivityThread.main(ActivityThread.java:3683)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > java.lang.reflect.Method.invokeNative(Native Method)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > java.lang.reflect.Method.invoke(Method.java:507)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> com.android.internal.os.ZygoteInit
>> >> > > > > $MethodAndArgsCaller.run(ZygoteInit.java:839)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> > > > > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
>> >> > > > > E/AndroidRuntime( 518): at
>> >> dalvik.system.NativeStart.main(Native
>> >> > > > > Method)
>>
>> >> > > > > Hope this is clear enough for you experts.
>>
>> >> > > > > BTW if you need someone to test Necessitas on windows 7 64 bit or
>> >> > > > > ubuntu squeeze 64 bit, i would be happy to help.
>>
>> >> > > > > Cheers,
>>
>> >> > > > > Eddy- Tekst uit oorspronkelijk bericht niet weergeven -
>>
>> - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk bericht niet weergeven -
>>
>> - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk bericht niet weergeven -
>>
>> - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk bericht niet weergeven -
>>
>> - Tekst uit oorspronkelijk bericht weergeven -

everall66 | 5 Jul 2011 14:36

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 10000 bytes) in /home/httpd/gmane/php/blib.php on line 176