Need Assistance in Building APK for Android Device

Asked By 50 points N/A Posted on -
qa-featured

We are trying to build the APK that can work on an android device. We followed the step by step instructions provided by the "Readme" file that is found on the "reference android". However, it does not work.

We thought that the problem may lie within the original makefile, so we used "make"  instead just to see if that will do the trick.

As soon as we did that, we got an error saying that the problem may be caused by  "native/AudioPCMAudiofinder".

Now, we are clueless on how to fix this problem. Anything you can suggest would be of great help.

Thank you very much!

SHARE
Answered By 0 points N/A #137424

Need Assistance in Building APK for Android Device

qa-featured

Hi,

I used Helios Service Release 2 for android. 

I think if you follow the following steps you won’t face any error.

step#1 Right click on project package from left side.

step#2 Click Export then select export android application and click next.

step#3 keep the project name default selection.

step#4 Select "Create new keystore" radio button and click browse for location.

step#5 Browse any location you want and type the file name without extension, here I choose C:UsersquayumDesktopselimselm

step#6 After selecting location, enter password(any password)..then click on Next.

step#7 In Key Creation step Enter data (you can use information as i used or by yourself)and click on Next

step#8 Select Destination location and APK file name(you can use the default apk file name or change it with .apk extension),

Step#9 after that click Finish, that will take a while and close the window.

—-Here your apk file is created as desired location—–

Note: for avoiding file repeating error you can use different location to save the "make" and "apk" file. FYI in step#5 "make" file is created and in step#8 the "apk" file is created.

Related Questions