Code Monkey home page Code Monkey logo

Comments (4)

mloskot avatar mloskot commented on May 18, 2024

Ensure, you are not hitting the FAT32 file size limit (eg. file on SD card formatted as FAT32). If you do, then head to Android forums and seek for help how to work around it.

from gdal.

wanguangtong avatar wanguangtong commented on May 18, 2024

It is not he FAT32 file size limit,and I can copy 7GB Img data on SD card.Aslo I can read raw data through C++ File IO,So I think that it is the problem on gdal

from gdal.

rouault avatar rouault commented on May 18, 2024

I've (hopefully: since I just compile tested it) fixed the issue with Android >= 7.0 / API >= 24. Doing it with previous versions look challenging as <stdio.h> functions weren't available for 64-bit operations. Would probably a serious rework of port/cpl_vsil_unix_stdio_64.cpp to use alternate API.

from gdal.

varshaj007 avatar varshaj007 commented on May 18, 2024

I used the GDAL Library in my application and it has been working properly. The Google play service announced that they upload only 64-bit compliant APK after 1st Aug 2019. So I rendered the project to 64 bit compliant. Unfortunately, there has some issue happened in GDAL library. they showing that no implementation for the gdal library(ie the .so file according to the ABI type). So I think the corresponding GDAL 64 bit were unavailable for this scope.
So my question is, How we can generate the 64 bit .so files from GDAL Library?

from gdal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.