Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9193685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:13:22+00:00 2026-06-17T21:13:22+00:00

I tried downloading OpenSSL-Android . Then run ndk-build which is ndk8c in this case.

  • 0

I tried downloading OpenSSL-Android. Then run ndk-build which is ndk8c in this case.

I get the error:

process_begin: CreateProcess(NULL, pwd, ...) failed.
d:/Development/android/android-ndk-r8d/build/gmsl/__gmsl:512: *** non-numeric second argument to `wordlist' function: ''.  Stop.

When I apply a fix to __gsml as described here

I get the error:

Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /Android.mk
d:/Development/android/android-ndk-r8c/build/core/add-application.mk:165: *** Android NDK: Aborting...    .  Stop.

Or is there a binary I can download? I basically just need libcrypto.so.

This is the Android.mk I am using:

LOCAL_PATH := $(call my-dir)

subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
        crypto \
        ssl \
        apps \
    ))

include $(subdirs)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:13:23+00:00Added an answer on June 17, 2026 at 9:13 pm

    1.) as Bad Design pointed correctly out the __gsml error is fixed by the following AndroidManifest.xml

    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.evotegra.aCoDriver"
        android:versionCode="1"
        android:versionName="1.0" >
    
        <uses-sdk android:minSdkVersion="14"
              android:targetSdkVersion="17"
              android:maxSdkVersion="17" />
    
    </manifest>
    

    2.) The error:

    Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /Android.mk
    

    is caused by the line

    APP_BUILD_SCRIPT := $(APP_PROJECT_PATH)/Android.mk
    

    in jni/Application.mk . On Windows the variable $APP_PROJECT_PATH is not set and for that reason it is looking in the root directory for th Android.mk.

    This can be fixed by changing the file jni/Application.mk to the following:

    LOCAL_PATH := $(call my-dir)
    NDK_TOOLCHAIN_VERSION=4.4.3
    APP_PROJECT_PATH := $(shell pwd)
    APP_BUILD_SCRIPT := $(LOCAL_PATH)/../Android.mk
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've tried downloading apache for my development on Mac OS X (Leopard) from this
Tried to search for this online and didn't get very far, so I'm asking
I am a Linux Ubuntu user. I tried downloading and installing this interesting Kinetic
I have an allotted project which uses LiquidInf. import com.birosoft.liquid.LiquidLookAndFeel; Tried searching for downloading
After downloading the source code of Scrapy 0.16, I tried to run the tests
this is Ajit. I tried downloading the trial version of monotouch from the website
The app is being displayed in the Android Market, but I just tried downloading
I have tried this project on both android and ios with little success. There
Tried this: $('.link').click(function(e) { $.getScript('http://www.google.com/uds/api?file=uds.js&amp;v=1.0', function() { $('body').append('<p>GOOGLE API (UDS) is loaded</p>'); }); return
Tried a bunch of things but I can't get it to work consistently amid

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.