[Q] Error: Your project location contains whitespace. - Android Q&A, Help & Troubleshooting

When I try to create a new project android studio show up this error:
Error: Your project location contains whitespace.
How can I solve this?

Related

[Q] Tripwire for Android

Open Source Tripwire is a free software security and data integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems. The project is based on code originally contributed by Tripwire, Inc. in 2000.
Open Source Tripwire functions as a host-based intrusion detection system. Rather than attempting to detect intrusions at the network interface level (as in network intrusion detection systems), Open Source Tripwire detects changes to file system objects.
While useful for detecting intrusions after the event, it can also serve many other purposes, such as integrity assurance, change management, and policy compliance...[Source: en.wikipedia.org/wiki/Open_Source_Tripwire]
What it basically does is it generates and stores hashes of critical system files and compares these hashes to newly generated hashes of the same files to detect any changes.
Is there something similar for Android?
vk99 said:
Open Source Tripwire is a free software security and data integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems. The project is based on code originally contributed by Tripwire, Inc. in 2000.
Open Source Tripwire functions as a host-based intrusion detection system. Rather than attempting to detect intrusions at the network interface level (as in network intrusion detection systems), Open Source Tripwire detects changes to file system objects.
While useful for detecting intrusions after the event, it can also serve many other purposes, such as integrity assurance, change management, and policy compliance...[Source: en.wikipedia.org/wiki/Open_Source_Tripwire]
What it basically does is it generates and stores hashes of critical system files and compares these hashes to newly generated hashes of the same files to detect any changes.
Is there something similar for Android?
Click to expand...
Click to collapse
I've tried cross compiling open source tripwire 2.4.2.2 using the stand-alone ARM EABI included in the Android NDK. Here is the configuration I'm using:
Code:
export PATH=~/Android/arm-toolchain/bin/:$PATH
export CC=arm-linux-androideabi-gcc
export CXX=arm-linux-androideabi-g++
./configure --target=armv5 --host=x86_64-pc-linux-gnu --enable-static
make clean
make
I get the following errors:
Code:
unixfsservices.cpp:591: error: 'S_IREAD' was not declared in this scope
unixfsservices.cpp:593: error: 'S_IWRITE' was not declared in this scope
unixfsservices.cpp:597: error: 'S_IEXEC' was not declared in this scope
unixfsservices.cpp: In member function 'virtual char* cUnixFSServices::GetStandardBackupExtension() const':
unixfsservices.cpp:797: warning: deprecated conversion from string constant to 'char*'
make[3]: *** [unixfsservices.o] Error 1
make[3]: Leaving directory `/home/a_skil/Desktop/droid source/tripwire-2.4.2.2-src/src/core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/a_skil/Desktop/droid source/tripwire-2.4.2.2-src/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/a_skil/Desktop/droid source/tripwire-2.4.2.2-src'
make: *** [all] Error 2
If anyone has any success with this please let me know.
Did anyone ever get tripwire working on the android? I need *something* to detect os changes. Thanks

Eclipse error

i have a error in my app
error: Error retrieving parent for item: No resource found that matches the given name '@*android:style/Theme.Holo'.
please help
You are compiling the project using an older API (a version below Android 4.0).
Be careful when you choose "Minimum Required SDK", "Target SDK" and "Compile With" for your project.
R: Eclipse error
Quote !
Keep up MEGA project.
Bye

[Q] Cross compiling Python module using Android gcc Long bit error

I am attempting to compile Python along with the modules "openssl pil zope2" for Android using the "Python-for-android" project (https://github.com/kivy/python-for-android).
However it is not successful and errors out with the below error:
Code:
Getting distribution for 'zope.security==3.7.4'.
In file included from
/home/zac/Documents/Projects/Apps/python-for-android/build/hostpython/Python-2.7.2/Include/Python.h:58:0,
from src/zope/security/_proxy.c:19:
/home/zac/Documents/Projects/Apps/python-for-android/build/hostpython/Python-2.7.2/Include/pyport.h:849:2:
error: #error "LONG_BIT definition appears wrong for platform (bad
gcc/glibc config?)."
[B]#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc
config?)."[/B]
^
src/zope/security/_proxy.c: In function 'init_proxy':
src/zope/security/_proxy.c:1006:3: warning: dereferencing type-punned
pointer will break strict-aliasing rules [-Wstrict-aliasing]
Py_INCREF(&SecurityProxyType);
^
error: Setup script exited with error: command
'arm-linux-androideabi-gcc' failed with exit status 1
An error occurred when trying to install zope.security 3.7.4. Look
above this message for any errors that were output by easy_install.
While:
Installing test.
Getting distribution for 'zope.security==3.7.4'.
Error: Couldn't install: zope.security 3.7.4
What I am wondering is if anyone else has ever had a similar issue when trying to use the Android gcc, I have build zope.security just fine using the ARM gcc so it is not a platform issue but some bug/issue with the provided Android gcc in the NDK

Chartboost and Unity

Hi,
Does anyone use Chartboost plugin with Unity? I use plugin from Chartboost site. During building occurs error with manifest.
Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
Please, help
Thanks

Error trying to build AICP FOR OnePlus 6T (PLEASE)

Device tree: https://github.com/LineageOS/android_device_oneplus_fajita
Vendor tree:=
https://github.com/AICP/proprietary_vendor_oneplus/tree/q10.0/sdm845-common
Kernel Source:=
https://github.com/AICP/kernel_oneplus_sdm845
ROM Source:=
https://github.com/AICP/platform_manifest
Haste or Dogbin URL:=
hastebin.come/acozerifum.makefile
Issues:
Well there are multiple and I'll highlight them here:
frameworks/base/rs/jni/Android.mk: error: librs_jni (native: platform) should not link to libunwind_llvm ()
frameworks/base/rs/jni/Android.mk: error: librs_jni (native: platform) should not link to libclang_rt.ubsan_minimal-arm-android ()
external/p7zip/Android.mk: error: lib7z (native: platform) should not link to lib unwind_llvm ()
external/p7zip/Android.mk: error: lib7z (native: platform) should not link to lib clang_rt.ubsan_minimal-arm-android ()
In file included from frameworks/base/rs/jni/android_renderscript_RenderScript.c pp:27: system/core/base/include/android-base/macros.h:22:10: fatal error: 'utility' file not found #include <utility> ^~~~~~~~~ 1 error generated.
In file included from frameworks/base/rs/jni/android_renderscript_RenderScript.c pp:44: In file included from ./frameworks/native/include/gui/Surface.h:22: ./frameworks/native/include/gui/IGraphicBufferProducer.h:31:10: fatal error: 'an droid/hardware/graphics/bufferqueue/1.0/IGraphicBufferProducer.h' file not found #include <android/hardware/graphics/bufferqueue/1.0/IGraphicBufferProducer.h>
List Of Things I Have Tried To Do To Try And Resolve This Error:=
For the IGraphicBufferProducer.h error I attempted to find the file and navigate to where it should be. I found a similarly named file but it was in the Hal file format and I didn't know what to do. The utility file error I have absolutely no idea what to do. Finally there are the "should not link to" errors and I opened Android.mk to remove them but these particular files arent even present in android.mk and for this reason I didn't know how to rectify this error. Hopefully someone can help me.

Categories

Resources