Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After spending 3 days finally I run <a href="https://github.com/frankandrobot/GLWallpaperVideoDemo" rel="nofollow noreferrer">this project in eclipse</a>.</p> <p>I am sharing the steps as it may help others:</p> <p>Firstly, the most important thing is that <code>Your project path</code> and <code>ndk path</code> should not contain spaces else you will have problems following these steps. I also faced problems with it so please remove the spaces, if any. </p> <p><strong>For example :-</strong> </p> <blockquote> <p>android ndk/Live wallpaper</p> </blockquote> <p><strong>replace it with</strong> </p> <blockquote> <p>androidndk/Livewallpaper</p> </blockquote> <p><strong>Following are steps :-</strong></p> <p>1) Install NDK from <a href="http://developer.android.com/tools/sdk/ndk/index.html" rel="nofollow noreferrer">Android NDK page</a> (I used Ubuntu OS)</p> <p>2) Install <code>plugins</code> for NDK ( <a href="https://dl-sl.google.com/android/eclipse/" rel="nofollow noreferrer">https://dl-sl.google.com/android/eclipse/</a> )</p> <p>3) Open your terminal and go to your project directory path </p> <p><strong>For Example :-</strong> <code>/yourprojectname$</code></p> <p>4) Now from your project directory path write Your Android NDk path </p> <p><strong>For Example :-</strong></p> <pre><code> /home/rainc/android_setup/android-ndk-r8d/ndk-build </code></pre> <p>And Press Enter. This will give you a <code>.so</code> file which means the library file has been generated..</p> <p>You have done it successfully. If you are getting error(s) here then the installation and the other steps might be having error(s). </p> <p>Following links helped me in my research:</p> <p><a href="https://stackoverflow.com/questions/9407224/how-to-install-and-build-ndk-with-eclipse">First</a></p> <p><a href="https://stackoverflow.com/questions/4938098/ndk-build-error">Second</a></p> <p><a href="http://tools.android.com/recent/usingthendkplugin" rel="nofollow noreferrer">Third</a></p> <p>And also thanks to Lazy Ninja for helping me.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload