jMonkeyEngine.org

  • Home
    • News
    • News Archives
    • Activity
    • Members
    • Links
  • Introduction
    • About
    • Website Manual
    • Core Team
    • Contributing
      • Anyone
      • Modeler
      • WebDev
      • Writer
      • Programmer
    • Product Showcase
  • Forums
    • Latest Topics
    • Forums Index
    • Troubleshooting >
      • General
      • Import Assets
      • Graphics
      • Effects
      • GUI
      • Physics
      • Sound
      • Networking
      • SpiderMonkey
      • TerraMonkey
      • jMonkeyPlatform
    • Project Relations >
      • Beta 1 Game Contest
      • Free Announcements
      • User Code & Projects
      • Site & Project Feedback
      • Feature Discussion
      • Small Talk
    • Development >
      • Developers
      • Contributions
      • Docs
      • jMonkeyPlatform
      • Android
      • MonkeyZone
    • Legacy jME2 >
      • Discussion
      • Contributions
      • Docs Discussion
  • Documentation
    • Installation & Setup
    • Tutorials & Docs
    • SDK Documentation
    • FAQ
    • JavaDoc
    • Docs Discussion
  • Projects
    • All Projects
    • Games
    • Tools
    • Open Source
  • Downloads
    • Download jME3 SDK
    • SVN Checkout
    • GoogleCode
    • Nightly Builds
  • Contact

Group Admins

  • Profile picture of admin

Group Mods

  • Profile picture of larynx
Group logo of Android

Android

Public Group active 1 day, 17 hours ago

All jME-Android development.

  • Home
  • Forum
  • Members 254
  • RSS
  • Profile picture of remi

    remi replied to the forum topic How to run your jme3 application on Android – AndroidHarness in the group Group logo of AndroidAndroid 1 day, 17 hours ago

    With the code above, if I turn off logging with Logger.getLogger(“”).setLevel(Level.SEVERE); as
    @Override
    public void simpleInitApp() {
    Logger.getLogger(“”).setLevel(Level.SEVERE);
    Box b = new […]

  • Profile picture of wezrule

    wezrule replied to the forum topic How to run your jme3 application on Android – AndroidHarness in the group Group logo of AndroidAndroid 1 day, 18 hours ago

    try turn off logging

  • Profile picture of remi

    remi replied to the forum topic How to run your jme3 application on Android – AndroidHarness in the group Group logo of AndroidAndroid 1 day, 18 hours ago

    Thank you for your answer.
    I try to run this code on android with the tablette but it always has FPS around 12, this problem comes from my tablette ?

    public class SimpleTexturedTest extends SimpleApplication […]

  • Profile picture of normen

    normen replied to the forum topic How to run your jme3 application on Android – AndroidHarness in the group Group logo of AndroidAndroid 1 day, 19 hours ago

    @remi said:
    the FPS values are too small, it is impossible to play. When I run the game on desktop, values FPS is 864 or greater.
    How can I solve this? Anyone can help me ?

    Optimize your models for mobile […]

  • Profile picture of remi

    remi replied to the forum topic How to run your jme3 application on Android – AndroidHarness in the group Group logo of AndroidAndroid 1 day, 19 hours ago

    Hi all,
    Well, I run my app on tablette acer 1G.H, android 3.2 but it can’t load my models. It has information statistics:

    FrameBuffers(M, F,S)=0,
    Textures(M, F, S) = 2,
    Shader(M,F)=1,
    Shader(S) = […]

  • Profile picture of remi

    remi replied to the forum topic [Urgent] Please help me, JME3 + Android screen in the group Group logo of AndroidAndroid 3 days, 18 hours ago

    I’m sorry, this is the first time I’m on forum :)

  • Profile picture of remi

    remi replied to the forum topic [Urgent] Please help me, JME3 + Android screen in the group Group logo of AndroidAndroid 3 days, 18 hours ago

    Thank you very much for your answer.

  • Profile picture of normen

    normen replied to the forum topic [Urgent] Please help me, JME3 + Android screen in the group Group logo of AndroidAndroid 3 days, 18 hours ago

    grrrr…. this fucking idiotic post title and double posting too.. you are collecting “-1′s” in my head already..

  • Profile picture of wezrule

    wezrule replied to the forum topic [Urgent] Please help me, JME3 + Android screen in the group Group logo of AndroidAndroid 3 days, 18 hours ago

    @normen said:
    Just do the buttons with nifty, that will also work on other platforms but android, e.g. desktop/web or iOS in the future.

  • Profile picture of remi

    remi started the forum topic [Urgent] Please help me, JME3 + Android screen in the group Group logo of AndroidAndroid 3 days, 18 hours ago

    Hi all,
    I work with Virtual Reality, in university and I have a project 3D research and it run well with java 3D and JME3. Now I want convert it to JME3 on Android. By default, the AndroidHarness sets the […]

  • Profile picture of normen

    normen replied to the forum topic How to run your jme3 application on Android – AndroidHarness in the group Group logo of AndroidAndroid 3 days, 18 hours ago

    @remi said:
    But in my project, I want to run the application on tablette and on screen, it has objects 3D and buttons but I can’t find solution, it always has full screen, not button, I have search on Internet […]

  • Profile picture of remi

    remi replied to the forum topic How to run your jme3 application on Android – AndroidHarness in the group Group logo of AndroidAndroid 3 days, 18 hours ago

    Hi all,
    I work with Virtual Reality, in university and I have a project 3D research and it run well with java 3D and JME3. Now I want convert it to JME3 on Android. By default, the AndroidHarness sets the […]

  • Profile picture of remi

    remi joined the group Group logo of AndroidAndroid 3 days, 18 hours ago

  • Profile picture of nehon

    nehon replied to the forum topic Problem when use model with skeleton on android in the group Group logo of AndroidAndroid 4 days, 13 hours ago

    There has not been a lot of testings with terrain on android
    We’ll have to look into this, but the android todo list is already kinda crowded.

    DDS files are not supported on android, you have to load 6 […]

  • Profile picture of luanhnk

    luanhnk replied to the forum topic Problem when use model with skeleton on android in the group Group logo of AndroidAndroid 5 days ago

    Thank nehon.

    I’ve fixed it by load mesh.xml instead of j3o.

    But now I stuck in another problems:
    – When I try to test : hello_terrain tutorial: […]

  • Profile picture of nehon

    nehon replied to the forum topic Problem with two device – HTC and SamSung tab 7.7 in the group Group logo of AndroidAndroid 5 days, 21 hours ago

    for the size issue put that in your manifest.xml

    just before the “application” tag

    the other issue is unclear, could you post a screenshot?

  • Profile picture of luanhnk

    luanhnk started the forum topic Problem with two device – HTC and SamSung tab 7.7 in the group Group logo of AndroidAndroid 6 days ago

    hi all,

    I build a apk file from my application. In destop, i loaded the Oto model with FULL image.

    Then, i tested on HTC and it is O.K. But when i tested on Tab 7.7, it loaded OTO but it is only black color […]

  • Profile picture of masktuxedo

    masktuxedo replied to the forum topic How to load a texture from android MediaStore? in the group Group logo of AndroidAndroid 1 week ago

    BTW, thanks for the pointer to the HelloAssets, normen.

  • Profile picture of masktuxedo

    masktuxedo replied to the forum topic How to load a texture from android MediaStore? in the group Group logo of AndroidAndroid 1 week ago

    I still dont know how to use URLLocator in this case. The thing is, I dont know what to use as the root. Anyway, I tried FileLocator instead and it worked. Supposed I got the path to the image file stored in […]

  • Profile picture of normen

    normen replied to the forum topic How to load a texture from android MediaStore? in the group Group logo of AndroidAndroid 1 week ago

    You use it like any locator, check the HelloAssets tutorial.

  • Load More
Click below to login with..

Please create an account to get started.

Loading

Latest News

  • Happy earth day.. to our new contributors!
  • Google Summer of Code 2012

Recently Active Members

Profile picture of xasz
Profile picture of wezrule
Profile picture of kenji
Profile picture of androlo
Profile picture of rylius
Profile picture of memonick
Profile picture of kotoko
Profile picture of enum
Profile picture of fbucur
Profile picture of telephasic
Profile picture of asflierl
Profile picture of normen

Drag&Drop Help

  • 3D Scene Graph for Dummies
  • jME3 Math for Dummies
  • 3D Graphics Terminology
  • Hello Assets
  • Export from Blender
  • Custom Meshes
  • Physics
  • FAQ
  • Nifty’s bible

Group Tags

game jme3 online jme2 jme1 tool mmo boxes rpg crafting physics fps action gui baseball realistic gbui editor texture gis space turn-based platform tower-defense side-scroller betaville racing ogre marbles blue mmorpg albion scripting byte 1995 indie

Proudly powered by WordPress and BuddyPress.

jMonkeyEngine.org
  • Log In
  • Sign Up
  • Visit
    • Random Member
    • Random Group
close