openframeworks / openframeworks/openFrameworks
ofxPoco Problem Android Studio
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
I am working on a project using ofxPoco and ofxHttpUtils.
Everything works fine in Visual Studio on Windows and in Xcode on MacOS.
In Android Studio (Windows v 3.1.2 and MacOS v 3.1.4) using OF 0.10.0, the includes regarding Poco (addons\ofxPoco\libs\poco\include\Poco) are not found, as for example
#include <Poco/DOM/Document.h> at line 9 of ofxPoco/src/ofxXmlPoco.h
To reproduce the problem copy paste the empty example and add ofxPoco using the project generator, then open from Android Studio and build it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with addons/ofxPoco/src/ofxXmlPoco.h, especially the Poco/DOM/Document.h include at line 9, and reproduce the failure using the empty example with ofxPoco added through the project generator. Build the generated project in Android Studio on OF 0.10.0; done means the Poco headers are found and the Android project builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100