How to solve "PICKED UP JAVA_TOOLS_OPTIONS..." on Android Studio - java

I have searched for the answer to this question throughout the internet, and after mixing a linux solution and a Google Developers tutorial, finally found the answer. I hope to help everyone that bumps into the same.
Ubuntu issue
Android Developers tutorial
And the answer is...

On Android Studio, go to Help -> Edit custom VM properties
If it isn't created yet, now is the time.
A tab named studio64.exe.vmoptions or studio.exe.vmoptions will open on your IDE and you must add the following:
-javaagent:/usr/share/java/jayatanaag.jar
Save and re-run.
All done :D

Related

Can not add android plugin to netbeans 8.0.2 (JAVA)

i am trying to make an android app in net beans 8.0.2 in Java language. i can not add nbandroid plugin to netbeans. i searched on google. but all of they say i should add plugin from "nbandroid.org". but that website ifs no longer available. If you know another way to make android app in netbeans please help me! I am sorry if i asked unnecessary question. and thank you for your answers!!!
There is currently a successor of the discontinued nbandroid-plugin in development: https://github.com/NBANDROIDTEAM/NBANDROID-V2

Admob Ads with Python Subset For Android (PGS4A)

I'd like to have advertisements in an android App I've written and built using PGS4A. I've done my research and all, but there doesn't seem to be any online resources that explains how to do that just yet. I haven't much knowledge on Java either, which is clearly why I've written that in Python. Has anyone found a way to achieve that? If not, how difficult would it be to convert the project files into an Android Studio (or even an Eclipse) project? (so then one can just implement the ads following the Java Admob documentation found everywhere)
Thank you in advance.
To access Java already implemented version you can use pyjnius. I tried to use it for something else and I didn't succeed. Well, I yielded pretty quickly because it wasn't necessary for my project.
Otherwise, I am afraid, you will have to implement it yourself from scratch.
I never heard about a finished solution for your problem.
If you succeeded to use PGU, it wouldn't be so hard.
If not, well, I wish you luck, and put your solution online for others.
There is an Eclipse plug-in for Python. I think that Android studio does not support PGS4A. Never needed it. Console is the queen.

Android Studio Can not find JVM

Could someone please explain to me how i am supposed to fix the issue with Android Studio 1.0.1 where it states it can't find my JVM? I know the site says this is the solution but i can't understand what i am supposed to do with the information given on the site?
This is the direct link to the site
*****http://tools.android.com/tech-docs/configuration*****
There is a question that addresses this issue already, with lots of information/answers here: Android Studio - No JVM Installation found , assuming that your error is the same as the error listed in the StackOverflow post that is linked

Android Support Library troubles with v7 appcompat using Eclipse

New to the forums! :) Looking forward to participating here ;)
In the mean while, I AM STUCK!
I have just ran the sdk manager and have been up to date.
My program runs fine, but when I add in the support 7 appcompat something doesn't sit well. So I am here for here! Have spent two days trying to fix this:P
All I want app compat for is the halo themes lol so my app will run on pretty much all android versions
Thanks in advance guys & gals
I had to put picture links in pastebin because only allowed two links because I have no rep! :)
http://pastebin.com/YfxzNv8U
One addition picture to show Package Explorer -> http://gyazo.com/b46ac98bacfbd051ecc1a2b3250bd68b
Thanks all
Alrighty
FIXED THE PROBLEM!
Could not answer own question because not enough rep!
Well I fixed it finally! Enough research :)
All I did was changed the Target API in project.properties from 7 to 19 and volla!
Well I fixed it finally! Enough research :)
Giving up on support library v7. What did I wrong?
All I did was changed the Target API in project.properties from 7 to 19 and volla!

Setting up Android Project / Eclipse

I'm trying to learn Java for android application and so far I'm following a youtube tutorial. Since the guy posted it in 2011, some people in the comment section talked about skipping some steps because of the "new" ATP-bundle.
Here's the video I'm referring to:
https://www.youtube.com/watch?v=Da1jlmwuW_w
In this video the guy is installing SDK-manager and ATP-plugins, as recommended here http://developer.android.com/training/basics/firstapp/index.html. So what I'm wondering is if I can skip these steps and move on to creating an application project with the ATP-bundle?
Another question I have is if the rest of his videos (2011) are outdated and if I should find another source of tutorial?
A lot has changed in 2 years. You should follow the documentation at developer.android.com. It's the official source.
The Recent version of android they are providing bundel (inclued ecplise and sdk every thing ). so if any updates are happened again we want to download the full off bundel, bz i face the problem usign that bundel. plz u can downlaod suprate Ecplise and Android Sdk and install. it very easy ..

Categories

Resources