Git Product home page Git Product logo

Comments (10)

acodexm avatar acodexm commented on May 25, 2024

Please double check if you have ButterKnife setup correctly (Gradle and onCreate). This error is caused by uninitialized "rightBtn" which should be injected by @BindView(R.id.right_btn) otherwise NullPointerExceprion will be thrown.

from panorama360.

agjarso avatar agjarso commented on May 25, 2024

which gradle? the project one or the module one? do i need to add this in build.gradle - android?

compile 'com.jakewharton:butterknife:8.8.1'

currently the the set up i have is the same as you have it here.

from panorama360.

acodexm avatar acodexm commented on May 25, 2024

No need to add anything to android module gradle. Add your dependencies only on main gradle file for all modules if needed. Pull the latest commit, ensure that you are compiling on gradle-2.14.1-all.zip, if butterknife still doesn't work than try google the problem. This project is indeed hard to setup.

from panorama360.

agjarso avatar agjarso commented on May 25, 2024

Lol okay Thank you.

from panorama360.

agjarso avatar agjarso commented on May 25, 2024

2

Update: app is running quite well despite some of the functions not working like taking a pic.

anyway one final question. gradle sync works perfectly fine but when cleaning and rebuilding some errors relating to NDK pop up, i have searched on google and nothing of substance comes up. how is your Application.mk looking like?

attached: gradle working well, after building errors pop up
1

from panorama360.

acodexm avatar acodexm commented on May 25, 2024

to get rid of those errors (warnings) please download older version of NDK like ndk-bundle-r15 because on newest version some things are now deprecated.
Please tell me more about not working taking picture. I'm curious about the errors or anything that is related to your issue.

My Application.mk:
APP_STL := gnustl_static
APP_CPPFLAGS := -frtti -fexceptions
APP_ABI := all
APP_PLATFORM := android-16

also if you have problems with prepareDebugUnitTestDependencies try something else instead of Robolectric (or get rid of it because there are no good tests written at all)
Also make sure to run it on gradle gradle-2.14.1-all.zip (newer versions are not compatible with LibGDX).

from panorama360.

agjarso avatar agjarso commented on May 25, 2024

i'll try those suggested solutions later today, thank you.

the shutter simply doesn't work, on manual it displays "can't take picture here" even when i am not moving around. In Auto it simply does nothing but display the record button. Also the absolute save path storage/emulated/0...there is nothing :/

from panorama360.

agjarso avatar agjarso commented on May 25, 2024

Hello sir, do you have any idea or solution of what the problem might be? Thank you. Best regards.

from panorama360.

acodexm avatar acodexm commented on May 25, 2024

This project is not final, and it wasn't tested on other devices than motoXstyle. If you can build this project than play with it... disable steady move or tweak it (inside AndroidCamera.java), if folders are not created for some reason than do it manually, if you "can't take picture here" than change area size. most of methods and functions are commented so you shouldn't have problems

from panorama360.

agjarso avatar agjarso commented on May 25, 2024

Hello,

long time since i checked in, how is the progress going so far?

from panorama360.

Related Issues (11)

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.