Start a new topic

Helps you create multiple POI!

Helps you create multiple POI!


Hello I am new with Wikitude and am having a problem that is making me unable to sleep everywhere start creating the project ie SETUP GUIDE ANDROID Multiple POI want to use for an application I'm developing and I do not know how to program it can someone help me I'm following the documentation and understand nothing follows up where I got :

 

com.credvipdevelop.realidadelojas package ;

 

 

 

import java.io.IOException ;

 

import com.wikitude.architect.ArchitectView ;

import com.wikitude.architect.ArchitectView.ArchitectConfig ;

 

import android.os.Bundle ;

import android.app.Activity ;

 

 

import android.view.Menu ;

 

 

public class extends Activity { ARCredvip <TelaInicialActivity>

 

    private ArchitectView architectView ;

 

 

 

@ Override

    protected void onCreate ( Bundle savedInstanceState ) {

        super.onCreate ( savedInstanceState ) ;

        setContentView ( R.layout.activity_arcredvip ) ;

        this.architectView = ( ArchitectView ) this.findViewById ( R.id.architectView );

        ArchitectConfig end config = new ArchitectConfig ( " Cred VIP Card Administrator Ltda . " / * license key * / ) ;

        this.architectView.onCreate ( config ) ;

        this.architectView.onPostCreate ();

        try {

this.architectView.load ( " assets / Mapas.js " ) ;

} Catch ( IOException e) {

/ / TODO Auto -generated catch block

e.printStackTrace ();

}

       

 

    }

No one will help?

Hi Marcos,

Please have a look at the provided Sample Application (bundled in SDK zip).
In general you have to create an HTML file and not a *.js to run Wikitude SDK on your device.

Please have a look at the Wikitude Android Documentation and the sample app description.

Kind regards,
Andreas
Login or Signup to post a comment