linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Compiling


From: Bill
Subject: [Linphone-developers] Compiling
Date: Tue, 26 Apr 2011 10:06:22 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

Hi:

Just downloaded the newest android git files (version 1.1.4 into Eclipse and tried to build. The program compiled; I was able to load it to my android tablet, but as soon as I opened it, it would crash. Ran it in the android emulator, and found that it was crashing due to a procedure in version.java called
public static boolean hasNeon(){
        //if (hasNeon == null) hasNeon = nativeHasNeon();
        //return hasNeon;
        return false;
    }

The only way I could get it to run was to comment out the procedure and add return false.

compiling for android 2.2 sdk 8

Bill



reply via email to

[Prev in Thread] Current Thread [Next in Thread]